Changeset 1651 for trunk/gregarius/cls

Show
Ignore:
Timestamp:
01/02/07 18:10:21 (22 months ago)
Author:
mbonetti
Message:
 
Files:
1 modified

Legend:

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

    r1650 r1651  
    541541        list($this -> numItems) = rss_fetch_row(rss_query($sql)); 
    542542         
    543         if ($this -> numItems >= $this -> itemsPerPage) { 
     543        if ($this -> numItems > $this -> itemsPerPage) { 
    544544            $this -> navigation = new ItemListNavigation($this);             
    545545        }