Changeset 12454 for branches/dev/data/class/SC_CustomerList.php
- Timestamp:
- 2007/05/10 13:12:58 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/class/SC_CustomerList.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_CustomerList.php
r12453 r12454 219 219 if($val==2){ 220 220 if($this->arrSql['mail_type']==1){ 221 $this->setWhere( "email NOT ILIKE '%@docomo.ne.jp%' " .222 "AND email NOT ILIKE '%@softbank.ne.jp%' " .223 "AND email NOT ILIKE '%@ezweb.ne.jp%' " .224 "AND email NOT ILIKE '%vodafone.ne.jp'" );221 $this->setWhere( "email NOT LIKE '%@docomo.ne.jp%' " . 222 "AND email NOT LIKE '%@softbank.ne.jp%' " . 223 "AND email NOT LIKE '%@ezweb.ne.jp%' " . 224 "AND email NOT LIKE '%vodafone.ne.jp'" ); 225 225 }elseif($this->arrSql['mail_type']==2){ 226 $this->setWhere( "email_mobile NOT ILIKE '%@docomo.ne.jp%' " .227 "AND email_mobile NOT ILIKE '%@softbank.ne.jp%' " .228 "AND email_mobile NOT ILIKE '%@ezweb.ne.jp%' " .229 "AND email_mobile NOT ILIKE '%vodafone.ne.jp'" );226 $this->setWhere( "email_mobile NOT LIKE '%@docomo.ne.jp%' " . 227 "AND email_mobile NOT LIKE '%@softbank.ne.jp%' " . 228 "AND email_mobile NOT LIKE '%@ezweb.ne.jp%' " . 229 "AND email_mobile NOT LIKE '%vodafone.ne.jp'" ); 230 230 } 231 231 }
Note: See TracChangeset
for help on using the changeset viewer.
