Changeset 1653 for trunk/gregarius/cls

Show
Ignore:
Timestamp:
01/02/07 22:57:46 (21 months ago)
Author:
mbonetti
Message:

fix for #255. See RSS_URI_SEPARATOR in constants.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/cls/channels.php

    r1648 r1653  
    8888 
    8989        if (getConfig('rss.output.usemodrewrite')) { 
    90             //$this->rlink = getPath().preg_replace("/[^a-zA-Z0-9_]/", "_", $title)."/"; 
    91             /* EXPERIMENTAL! */ 
    9290            $this->rlink = getPath(rss_uri($title)) . "/"; 
    9391        } else {