Changeset 4853 for temp/trunk/data/class
- Timestamp:
- 2006/09/17 14:32:45 (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
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 }
Note: See TracChangeset
for help on using the changeset viewer.
