Changeset 12403 for branches/dev/data/class
- Timestamp:
- 2007/05/09 17:33:01 (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
r12402 r12403 203 203 $val = ($this->arrSql['domain']); 204 204 if($val==3){ 205 $this->setWhere( "email_mobile LIKE '%@docomo.ne.jp%'");205 $this->setWhere( "email_mobile NOT LIKE '%@docomo.ne.jp%'"); 206 206 } 207 207 }
Note: See TracChangeset
for help on using the changeset viewer.
