Changeset 2130 for temp/trunk
- Timestamp:
- 2006/08/26 17:35:35 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_CustomerList.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CustomerList.php
r2129 r2130 246 246 247 247 sfprintr($array); 248 $limit = $array['page_rows']; 249 $offset = $array['page_rows'] * $array['search_pageno']; 250 $this->setLimitOffset($limit, $offset); 248 251 249 252 $this->setOrder( "customer_id DESC" );
Note: See TracChangeset
for help on using the changeset viewer.
