Changeset 12341


Ignore:
Timestamp:
2007/05/09 11:51:31 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12340 r12341  
    202202        if ( $mode == 'magazine' ){ 
    203203            if ( strlen($this->arrSql['domain']) > 0) { 
    204 ¡¡¡¡¡¡¡¡¡¡¡¡    if(DB_TYPE == "pgsql"){ 
    205                 $this->setWhere( "(email || email_mobile LIKE ?)" ); 
    206             }elseif(DB_TYPE == "mysql"){ 
    207                 $this->setWhere("concat(email,email_mobile) LIKE ?" ); 
    208             }¡¡¡¡             
     204¡¡¡¡¡¡¡¡¡¡¡¡    echo "²¤ÊƤ«";¡¡¡¡             
    209205            } 
    210206        } 
Note: See TracChangeset for help on using the changeset viewer.