Changeset 4853 for temp/trunk/data/class


Ignore:
Timestamp:
2006/09/17 14:32:45 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r4849 r4853  
    290290    //¡¡¸¡º÷Áí¿ô¥«¥¦¥ó¥ÈÍÑSQL 
    291291    function getListCount() { 
    292         $this->select = "SELECT COUNT (customer_id) FROM dtb_customer ";     
     292        $this->select = "SELECT COUNT(customer_id) FROM dtb_customer ";  
    293293        return $this->getSql(1); 
    294294    } 
Note: See TracChangeset for help on using the changeset viewer.