Changeset 12316 for branches/dev


Ignore:
Timestamp:
2007/05/08 21:29:09 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12302 r12316  
    202202        if ( $mode == 'magazine' ){ 
    203203            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 3) { 
    204 ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡$this->setWhere( "dtb_customer.email_mobile <> ''  " ); 
    205             } else { 
    206                 $this->setWhere( "dtb_customer.mobile <> ''  " ); 
    207             } 
     204¡¡¡¡¡¡¡¡¡¡¡¡    $this->setWhere("(email || email_mobile LIKE ?)" );¡¡¡¡ 
     205            } 
     206            $searchDomain = $this->addSearchStr($this->arrSql['domain_type']); 
    208207            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 2) { 
     208 
     209            } else { 
     210 
     211            } 
    209212        } 
    210213*/ 
Note: See TracChangeset for help on using the changeset viewer.