Changeset 952
- Timestamp:
- 10/13/05 07:21:35 (3 years ago)
- Files:
-
- 1 modified
-
trunk/rss/cls/channels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/cls/channels.php
r935 r952 84 84 85 85 if (getConfig('rss.output.usemodrewrite')) { 86 $this->rlink = getPath().preg_replace("/[^a-zA-Z0-9_]/", "_", $title)."/"; 86 //$this->rlink = getPath().preg_replace("/[^a-zA-Z0-9_]/", "_", $title)."/"; 87 /* EXPERIMENTAL! */ 88 $this->rlink = getPath() . utf8_uri_encode(preg_replace('/[\s&\/]/','_',$title)) . "/"; 87 89 } else { 88 90 $this->rlink = getPath()."feed.php?channel=$id";
