Changeset 12429


Ignore:
Timestamp:
2007/05/10 11:48:00 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12427 r12429  
    202202        if ( $mode == 'magazine' ){ 
    203203            $val = ($this->arrSql['domain']); 
     204            //¥â¥Ð¥¤¥ë¥É¥á¥¤¥ó»ØÄê 
    204205            if($val==3){ 
    205206                if($this->arrSql['mail_type']==1){ 
    206                 $this->setWhere( "email LIKE '%@docomo.ne.jp%' OR email LIKE '%@softbank.ne.jp%' OR email LIKE '%@ezweb.ne.jp%' OR email LIKE '%@vodafone.ne.jp%'" ); 
     207                $this->setWhere( "email LIKE '%@docomo.ne.jp%' OR email LIKE '%@softbank.ne.jp%' OR email LIKE '%@ezweb.ne.jp%' OR email LIKE '%vodafone.ne.jp'" ); 
    207208            }elseif($this->arrSql['mail_type']==2){ 
    208209                $this->setWhere( "email_mobile LIKE '%@docomo.ne.jp%' OR email_mobile LIKE '%@softbank.ne.jp%' OR email_mobile LIKE '%@ezweb.ne.jp%' OR email_mobile LIKE '%@vodafone.ne.jp%'" ); 
    209210                } 
    210211            } 
     212            //£Ð£Ã¥É¥á¥¤¥ó»ØÄê 
    211213            if($val==2){ 
    212214                if($this->arrSql['mail_type']==1){ 
Note: See TracChangeset for help on using the changeset viewer.