Changeset 1698 for trunk/lib/class/browse.class.php
- Timestamp:
- 08/26/08 09:02:11 (4 months ago)
- Files:
-
- 1 modified
-
trunk/lib/class/browse.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/class/browse.class.php
r1681 r1698 946 946 // Limit is based on the users preferences if this is not a simple browse because we've got too much here 947 947 if (count($object_ids) > self::$start AND !self::is_simple_browse()) { 948 $object_ids = array_slice($object_ids,self::$start, $limit);948 $object_ids = array_slice($object_ids,self::$start,self::$offset); 949 949 } 950 950
