Changeset 12365


Ignore:
Timestamp:
2007/05/09 13:16:38 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12364 r12365  
    199199        } 
    200200 
    201 print_r($this->arrSql);      
    202201        //¥É¥á¥¤¥ó»ØÄê 
    203202        if ( $mode == 'magazine' ){ 
     
    221220//          } 
    222221 
    223  
     222            $val = $this->arrSql['domain'] 
     223            switch($val){ 
     224                case 2: 
     225//                  if(DB_TYPE == "pgsql"){ 
     226//              $this->setWhere( "(email || email_mobile LIKE ?)" ); 
     227//          }elseif(DB_TYPE == "mysql"){ 
     228//              $this->setWhere("concat(email,email_mobile) LIKE ?" ); 
     229//          } 
     230            $searchDomainType = $this->addSearchStr("@docomo.ne.jp"); 
     231            print_r($searchDomaintype); 
     232             
     233        } 
     234print_r($this->arrSql); 
    224235        } 
    225236         
Note: See TracChangeset for help on using the changeset viewer.