Changeset 12301


Ignore:
Timestamp:
2007/05/08 19:30:40 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12275 r12301  
    199199        } 
    200200 
    201 /*      //¥É¥á¥¤¥ó»ØÄê 
     201        //¥É¥á¥¤¥ó»ØÄê 
    202202        if ( $mode == 'magazine' ){ 
    203             if ( strlen($this->arrSql['domain']) > 0 ) 
    204 */ 
     203            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            } 
     208            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 2) { 
     209        } 
     210 
    205211        //¡¡HTML-mail¡ÊÇÛ¿®Êý¼°) 
    206212        if ( $mode == 'magazine' ){ 
Note: See TracChangeset for help on using the changeset viewer.