Show
Ignore:
Timestamp:
06/09/07 00:15:34 (18 months ago)
Author:
mbonetti
Message:

Rolled back [1727] because it kind of completely broke my installation.
Also, we don't wanna change existing permalinks, do we?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/util.php

    r1727 r1730  
    666666    if (getConfig('rss.output.usemodrewrite')) { 
    667667        if ($channel) { 
    668             $ret .= "item/$channel/"; 
     668            $ret .= "$channel/"; 
    669669        } 
    670670        $ret .= rss_date(($dayView ? 'Y/m/d/' : 'Y/m/'), $ts, false);