Changeset 1651
- Timestamp:
- 01/02/07 18:10:21 (23 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/items.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/items.php
r1650 r1651 541 541 list($this -> numItems) = rss_fetch_row(rss_query($sql)); 542 542 543 if ($this -> numItems > =$this -> itemsPerPage) {543 if ($this -> numItems > $this -> itemsPerPage) { 544 544 $this -> navigation = new ItemListNavigation($this); 545 545 }
