Changeset 12357


Ignore:
Timestamp:
2007/05/09 12:41:05 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12356 r12357  
    200200 
    201201        //¥É¥á¥¤¥ó»ØÄê 
    202         ¡¡¡¡             
    203  
     202/*        if ( $mode == 'magazine' ){ 
     203            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 3) { 
     204¡¡¡¡¡¡¡¡¡¡¡¡    $this->setWhere("(email || email_mobile LIKE ?)" );¡¡¡¡ 
     205            } 
     206            $searchDomainType = $this->addSearchStr($this->arrSql['domain_type']); 
     207            $this->arrVal[] = $searchDomaintype; 
     208            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 2) { 
     209                $this->setWhere("(email || email_mobile NOT LIKE ?)" ); 
     210            } 
     211            $searchDomainType = $this->addSearchStr($this->arrSql['domain_type']); 
     212            $this->arrVal[] = $searchDomaintype; 
     213        } 
     214*/ 
    204215        //¡¡HTML-mail¡ÊÇÛ¿®Êý¼°) 
    205216        if ( $mode == 'magazine' ){ 
Note: See TracChangeset for help on using the changeset viewer.