Changeset 12416


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

Legend:

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

    r12415 r12416  
    203203            $val = ($this->arrSql['domain']); 
    204204            if($val==3){ 
     205                if($this->arrSql['mail_type']==1){ 
    205206                $this->setWhere( "email LIKE '%@docomo.ne.jp%'" ); 
     207            }elseif($this->arrSql['mail_type']==2){ 
     208                $this->setWhere( "email_mobile LIKE '%@docomo.ne.jp%'" ); 
    206209            } 
    207210            if($val==2){ 
Note: See TracChangeset for help on using the changeset viewer.