Changeset 223 for branches


Ignore:
Timestamp:
2007/02/09 19:37:50 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_CustomerList.php

    r222 r223  
    8181                $this->setWhere("(name01 || name02 LIKE ?)" ); 
    8282            }elseif(DB_TYPE == "mysql"){ 
    83                 $this->setWhere("concat(name01,name02) LIKE ?)" ); 
     83                $this->setWhere("concat(name01,name02) LIKE ?" ); 
    8484            } 
    8585 
Note: See TracChangeset for help on using the changeset viewer.