Changeset 2131 for temp/trunk/data/class


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

blank

File:
1 edited

Legend:

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

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