Changeset 1653 for trunk/gregarius/cls
- Timestamp:
- 01/02/07 22:57:46 (21 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/channels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/channels.php
r1648 r1653 88 88 89 89 if (getConfig('rss.output.usemodrewrite')) { 90 //$this->rlink = getPath().preg_replace("/[^a-zA-Z0-9_]/", "_", $title)."/";91 /* EXPERIMENTAL! */92 90 $this->rlink = getPath(rss_uri($title)) . "/"; 93 91 } else {
