Changeset 12418


Ignore:
Timestamp:
2007/05/09 18:01:56 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12417 r12418  
    210210            } 
    211211            if($val==2){ 
    212                 $this->setWhere( "email NOT LIKE '%@docomo.ne.jp%'" ); 
     212                if($this->arrSql['mail_type']==1){ 
     213                $this->setWhere( "email LIKE '%@docomo.ne.jp%'" ); 
     214            }elseif($this->arrSql['mail_type']==2){ 
     215                $this->setWhere( "email_mobile LIKE '%@docomo.ne.jp%'" ); 
     216                } 
    213217            } 
    214218        } 
Note: See TracChangeset for help on using the changeset viewer.