Changeset 1561 for trunk/gregarius/cls/items.php
- Timestamp:
- 09/09/06 14:52:23 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/items.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/items.php
r1543 r1561 485 485 var $_parent; 486 486 var $pages; 487 function ItemListNavigation( $il) {487 function ItemListNavigation(&$il) { 488 488 $this -> _parent = $il; 489 489 $this -> pages = array(); … … 535 535 . $this -> _sqlActualWhere; 536 536 list($this -> numItems) = rss_fetch_row(rss_query($sql)); 537 $this -> navigation = new ItemListNavigation( &$this);537 $this -> navigation = new ItemListNavigation($this); 538 538 } 539 539 }
