Changeset 1676 for trunk/gregarius/cls/items.php
- Timestamp:
- 01/18/07 10:55:37 (22 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/items.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/items.php
r1673 r1676 544 544 list($this -> numItems) = rss_fetch_row(rss_query($sql)); 545 545 546 if ($this -> numItems > $this -> itemsPerPage) {546 if ($this -> itemsPerPage && $this -> numItems > $this -> itemsPerPage) { 547 547 $this -> navigation = new ItemListNavigation($this); 548 548 }
