Changeset 3344

Show
Ignore:
Timestamp:
12/20/07 12:11:28 (13 months ago)
Author:
tasuku
Message:

bug fixed on MuPager?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/mumu/trunk/mumu.php

    r3267 r3344  
    123123    $pp = $this->per_page; 
    124124 
    125     $totalp = ceil(($total - 1) / $pp); 
     125    $totalp = ceil(($total - 1) / $pp) + 1; 
    126126 
    127127    $r = array();