Changeset 12400


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

Legend:

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

    r12399 r12400  
    203203            $val = ($this->arrSql['domain']); 
    204204            if($val==3){ 
    205                     $this->setWhere( "email_mobile LIKE '%@docomo.ne.jp || @ezweb.ne.jp || @softbank.ne.jp || @vodafone.ne.jp%'"); 
     205                    $this->setWhere( "email_mobile LIKE '%@docomo.ne.jp or @ezweb.ne.jp%'"); 
    206206            } 
    207207        } 
Note: See TracChangeset for help on using the changeset viewer.