Changeset 1677
- Timestamp:
- 01/20/07 21:50:50 (22 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/items.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/items.php
r1676 r1677 531 531 $this -> itemsPerPage = $itemsPerPage; 532 532 } 533 534 if ($this -> itemsPerPage <= 0) { 535 $this -> itemsPerPage = 50; 536 } 533 537 } 534 538 function populate($sqlWhere, $sqlOrder="", $startItem = 0, $itemCount = -1, $hint = ITEM_SORT_HINT_MIXED, $includeDeprecated = false) {
