Changeset 12342


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

Legend:

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

    r12341 r12342  
    202202        if ( $mode == 'magazine' ){ 
    203203            if ( strlen($this->arrSql['domain']) > 0) { 
    204 ¡¡¡¡¡¡¡¡¡¡¡¡    echo "²¤ÊƤ«";¡¡¡¡             
     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            }¡¡¡¡             
    205209            } 
    206210        } 
Note: See TracChangeset for help on using the changeset viewer.