Ignore:
Timestamp:
2007/05/09 17:45:44 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12411 r12412  
    203203            $val = ($this->arrSql['domain']); 
    204204            if($val==3){ 
    205                 $this->setWhere( "email AND email_mobile LIKE '%@docomo.ne.jp%'"); 
     205                $this->setWhere( "email LIKE '%@docomo.ne.jp%' AND email_mobile LIKE '%@docomo.ne.jp%'"); 
    206206            } 
    207207            if($val==2){ 
    208                 $this->setWhere( "email AND email_mobile NOT LIKE '%@docomo.ne.jp%'"); 
     208                $this->setWhere( "email || email_mobile NOT LIKE '%@docomo.ne.jp%'"); 
    209209            } 
    210210        } 
Note: See TracChangeset for help on using the changeset viewer.