Changeset 1736 for trunk

Show
Ignore:
Timestamp:
06/18/07 16:26:22 (18 months ago)
Author:
mbonetti
Message:

Make non-rewritten URL uniform. Ref:
http://forums.gregarius.net/comments.php?DiscussionID=661&page=1#Item_4

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/cls/wrappers/item.php

    r1735 r1736  
    6363    return getPath()."feed.php?channel=" 
    6464        .$GLOBALS['rss'] -> currentItem -> parent->cid 
    65         ."&iid=".$GLOBALS['rss'] -> currentItem ->id 
    66         ."&y=$ply&m=$plm&d=$pld"; 
     65        ."&y=$ply&m=$plm&d=$pld" 
     66        ."&iid=".$GLOBALS['rss'] -> currentItem ->id; 
    6767     
    6868}