Changeset 2139 for temp/trunk/data/class


Ignore:
Timestamp:
2006/08/26 18:16:15 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r2138 r2139  
    245245        } 
    246246         
    247         // ɽ¼¨·ï¿ôÀßÄê 
    248         if ($array['page_rows'] > 0) { 
    249             $limit = $array['page_rows']; 
    250             $offset = $array['page_rows'] * ($array['search_pageno'] - 1); 
    251             $this->setLimitOffset($limit, $offset); 
    252         } 
    253  
    254247        $this->setOrder( "customer_id DESC" ); 
    255248    } 
Note: See TracChangeset for help on using the changeset viewer.