Changeset 12427


Ignore:
Timestamp:
2007/05/10 11:17:58 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12426 r12427  
    211211            if($val==2){ 
    212212                if($this->arrSql['mail_type']==1){ 
    213                 $this->setWhere( "email NOT LIKE '%@docomo.ne.jp%'" ); 
     213                $this->setWhere( "email NOT LIKE '%@docomo.ne.jp%' OR email NOT LIKE '%@softbank.ne.jp%'" ); 
    214214            }elseif($this->arrSql['mail_type']==2){ 
    215                 $this->setWhere( "email_mobile NOT LIKE '%@docomo.ne.jp%'" ); 
     215                $this->setWhere( "email_mobile NOT LIKE '%@docomo.ne.jp%' OR email_mobile NOT LIKE '%@softbank.ne.jp%'" ); 
    216216                } 
    217217            } 
Note: See TracChangeset for help on using the changeset viewer.