Changeset 1648 for trunk/gregarius/cls/channels.php
- Timestamp:
- 01/02/07 14:24:57 (23 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/channels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/channels.php
r1644 r1648 90 90 //$this->rlink = getPath().preg_replace("/[^a-zA-Z0-9_]/", "_", $title)."/"; 91 91 /* EXPERIMENTAL! */ 92 $this->rlink = getPath( ) . utf8_uri_encode(preg_replace('/[\s&\/\+]/','_',$title)) . "/";92 $this->rlink = getPath(rss_uri($title)) . "/"; 93 93 } else { 94 94 $this->rlink = getPath()."feed.php?channel=$id";
