Changeset 12343


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

Legend:

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

    r12342 r12343  
    200200 
    201201        //¥É¥á¥¤¥ó»ØÄê 
    202         if ( $mode == 'magazine' ){ 
    203             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             }¡¡¡¡             
    209             } 
     202        if ( strlen($this->arrSql['domain']) > 0) { 
     203¡¡¡¡¡¡¡¡¡¡¡¡echo "²¤ÊƤ«";¡¡¡¡             
    210204        } 
    211 */ 
    212205        //¡¡HTML-mail¡ÊÇÛ¿®Êý¼°) 
    213206        if ( $mode == 'magazine' ){ 
Note: See TracChangeset for help on using the changeset viewer.