Show
Ignore:
Timestamp:
02/10/08 14:41:27 (8 months ago)
Author:
cfriesen
Message:

undo the changes made to the core in the attempt to make the plugin change the output count

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/feed.php

    r1780 r1785  
    755755        } 
    756756 
    757         if(array_key_exists('count', $_GET) && !empty($_GET['count'])) { 
    758             $items = new PaginatedItemList($_GET['count']); 
    759         } else { 
    760             $items = new PaginatedItemList(); 
    761         } 
     757        $items = new PaginatedItemList(); 
    762758 
    763759    $severalFeeds = (($fid != null) || ($vfid != null));