Changeset 12411 for branches/dev
- Timestamp:
- 2007/05/09 17:43:15 (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
r12408 r12411 203 203 $val = ($this->arrSql['domain']); 204 204 if($val==3){ 205 $this->setWhere( "email LIKE '%@lockon%'"); 205 $this->setWhere( "email AND email_mobile LIKE '%@docomo.ne.jp%'"); 206 } 207 if($val==2){ 208 $this->setWhere( "email AND email_mobile NOT LIKE '%@docomo.ne.jp%'"); 206 209 } 207 210 }
Note: See TracChangeset
for help on using the changeset viewer.
