Changeset 2658 for branches/release-41/php/lib/mtdb_base.php
- Timestamp:
- 06/30/08 09:15:34 (17 months ago)
- Files:
-
- 1 modified
-
branches/release-41/php/lib/mtdb_base.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-41/php/lib/mtdb_base.php
r2653 r2658 923 923 $no_resort = 1; 924 924 } elseif ( !is_null($total_count) ) { 925 $orig_offset = $post_select_offset ? $post_select_offset : $o rig_offset;925 $orig_offset = $post_select_offset ? $post_select_offset : $offset; 926 926 $orig_limit = $post_select_limit ? $post_select_limit : $limit; 927 927 } else {
