Changeset 12336 for branches/dev/data


Ignore:
Timestamp:
2007/05/09 11:18:46 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12316 r12336  
    199199        } 
    200200 
    201 /*      //¥É¥á¥¤¥ó»ØÄê 
     201        //¥É¥á¥¤¥ó»ØÄê 
    202202        if ( $mode == 'magazine' ){ 
    203203            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 3) { 
    204204¡¡¡¡¡¡¡¡¡¡¡¡    $this->setWhere("(email || email_mobile LIKE ?)" );¡¡¡¡ 
    205205            } 
    206             $searchDomain = $this->addSearchStr($this->arrSql['domain_type']); 
     206            $searchDomainType = $this->addSearchStr($this->arrSql['domain_type']); 
     207            $this->arrVal[] = $searchDomaintype; 
    207208            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 2) { 
    208  
    209             } else { 
    210  
     209                $this->setWhere("(email || email_mobile NOT LIKE ?)" ); 
    211210            } 
     211            $searchDomainType = $this->addSearchStr($this->arrSql['domain_type']); 
     212            $this->arrVal[] = $searchDomaintype; 
    212213        } 
    213 */ 
     214 
    214215        //¡¡HTML-mail¡ÊÇÛ¿®Êý¼°) 
    215216        if ( $mode == 'magazine' ){ 
Note: See TracChangeset for help on using the changeset viewer.