Changeset 12433 for branches/dev/data/class
- Timestamp:
- 2007/05/10 12:00:53 (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
r12432 r12433 213 213 if($val==2){ 214 214 if($this->arrSql['mail_type']==1){ 215 $this->setWhere( "email NOT ILIKE '%@docomo.ne.jp%' OR email NOT LIKE '%@softbank.ne.jp%'" );215 $this->setWhere( "email NOT ILIKE '%@docomo.ne.jp%' OR email NOT ILIKE '%@softbank.ne.jp%'" ); 216 216 }elseif($this->arrSql['mail_type']==2){ 217 $this->setWhere( "email_mobile NOT ILIKE '%@docomo.ne.jp%' OR email_mobile NOT LIKE '%@softbank.ne.jp%'" );217 $this->setWhere( "email_mobile NOT ILIKE '%@docomo.ne.jp%' OR email_mobile NOT ILIKE '%@softbank.ne.jp%'" ); 218 218 } 219 219 }
Note: See TracChangeset
for help on using the changeset viewer.
