Changeset 1751

Show
Ignore:
Timestamp:
08/29/07 14:20:49 (12 months ago)
Author:
cfriesen
Message:

This make it so one can still have a blank front page (like me)

Files:
1 modified

Legend:

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

    r1679 r1751  
    540540 
    541541        $si = $this -> page * $this ->  itemsPerPage; 
    542         parent::populate($sqlWhere, $sqlOrder, $si, $this ->  itemsPerPage, $hint, $includeDeprecated); 
     542        parent::populate($sqlWhere, $sqlOrder, $si, ($itemCount > 0 ? $this ->  itemsPerPage : $itemCount), $hint, $includeDeprecated); 
    543543         
    544544        $sql = "select count(*) as cnt "