Changeset 12316 for branches/dev
- Timestamp:
- 2007/05/08 21:29:09 (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
r12302 r12316 202 202 if ( $mode == 'magazine' ){ 203 203 if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 3) { 204 ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡$this->setWhere( "dtb_customer.email_mobile <> '' " ); 205 } else { 206 $this->setWhere( "dtb_customer.mobile <> '' " ); 207 } 204 ¡¡¡¡¡¡¡¡¡¡¡¡ $this->setWhere("(email || email_mobile LIKE ?)" );¡¡¡¡ 205 } 206 $searchDomain = $this->addSearchStr($this->arrSql['domain_type']); 208 207 if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] == 2) { 208 209 } else { 210 211 } 209 212 } 210 213 */
Note: See TracChangeset
for help on using the changeset viewer.
