Show
Ignore:
Timestamp:
08/03/06 16:23:16 (2 years ago)
Author:
cfriesen
Message:

A config option to limit the number of search items.

Files:
1 modified

Legend:

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

    r1436 r1520  
    201201 
    202202 
    203         parent::populate($qWhere,$qOrder,0,-1,ITEM_SORT_HINT_MIXED,true); 
     203        parent::populate($qWhere,$qOrder,0,getConfig("rss.search.maxitems"),ITEM_SORT_HINT_MIXED,true); 
    204204 
    205205        $this -> filterItems();