Show
Ignore:
Timestamp:
06/30/08 09:15:34 (17 months ago)
Author:
fumiakiy
Message:

Typo, which prevented pagination of Monthly and Main Index from working. BugId:80428

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-41/php/lib/mtdb_base.php

    r2653 r2658  
    923923            $no_resort = 1; 
    924924        } elseif ( !is_null($total_count) ) { 
    925             $orig_offset = $post_select_offset ? $post_select_offset : $orig_offset; 
     925            $orig_offset = $post_select_offset ? $post_select_offset : $offset; 
    926926            $orig_limit = $post_select_limit ? $post_select_limit : $limit; 
    927927        } else {