Changeset 12423


Ignore:
Timestamp:
2007/05/10 09:59:26 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12422 r12423  
    204204            if($val==3){ 
    205205                if($this->arrSql['mail_type']==1){ 
    206                 $this->setWhere( "email LIKE '%@docomo.ne.jp%' OR email LIKE '%@softbank.ne.jp%'" ); 
     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%'" ); 
    207207            }elseif($this->arrSql['mail_type']==2){ 
    208208                $this->setWhere( "email_mobile LIKE '%@docomo.ne.jp%'" ); 
Note: See TracChangeset for help on using the changeset viewer.