Changeset 4853
- Timestamp:
- 2006/09/17 14:32:45 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_CustomerList.php (modified) (1 diff)
-
html/admin/customer/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CustomerList.php
r4849 r4853 290 290 //¡¡¸¡º÷Áí¿ô¥«¥¦¥ó¥ÈÍÑSQL 291 291 function getListCount() { 292 $this->select = "SELECT COUNT (customer_id) FROM dtb_customer ";292 $this->select = "SELECT COUNT(customer_id) FROM dtb_customer "; 293 293 return $this->getSql(1); 294 294 } -
temp/trunk/html/admin/customer/index.php
r4852 r4853 153 153 } 154 154 155 sfprintr($objPage->arrForm['search_pageno']); 155 if ($objPage->arrForm['search_pageno'] == 0){ 156 $objPage->arrForm['search_pageno'] = 1; 157 } 156 158 157 159 $offset = $page_max * ($objPage->arrForm['search_pageno'] - 1);
Note: See TracChangeset
for help on using the changeset viewer.
