Changeset 1539 for trunk/gregarius/cls/channels.php
- Timestamp:
- 08/14/06 20:33:53 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/channels.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/channels.php
r1483 r1539 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() . utf8_uri_encode(preg_replace('/[\s&\/\+]/','_',$title)) . "/"; 93 93 } else { 94 94 $this->rlink = getPath()."feed.php?channel=$id";
