Changeset 2133 for temp/trunk/data


Ignore:
Timestamp:
2006/08/26 17:39:23 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_CustomerList.php

    r2132 r2133  
    247247        sfprintr($array); 
    248248        $limit = $array['page_rows']; 
    249 //      $offset = $array['page_rows'] * $array['search_pageno']; 
    250         $offset = 0; 
     249        $offset = $array['page_rows'] * ($array['search_pageno'] - 1); 
     250//      $offset = 0; 
    251251        $this->setLimitOffset($limit, $offset); 
    252252 
Note: See TracChangeset for help on using the changeset viewer.