Changeset 14074 for branches/dev
- Timestamp:
- 2007/06/01 12:15:05 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/class/SC_CustomerList.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_CustomerList.php
r14071 r14074 206 206 $sql_where = ""; 207 207 //¥É¥á¥¤¥ó»ØÄê¡££±¤Ï»ØÄꤷ¤Ê¤¤¡¢£²¤Ï£Ð£Ã¡¢£³¤Ï·ÈÂÓ 208 if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] > 1) {208 if ( strlen($this->arrSql['domain']) > 0) { 209 209 foreach($arrDomainType as $val) { 210 if($this->arrSql[' domain'] == 3) {210 if($this->arrSql['not_domaininc'] == '1') { 211 211 if($sql_where == "") { 212 212 $sql_where .= "dtb_customer.email ILIKE ? "; … … 224 224 $this->arrVal[] = $searchDomain; 225 225 } 226 $this->setWhere($sql_where);226 $this->setWhere($sql_where); 227 227 } 228 228 }
Note: See TracChangeset
for help on using the changeset viewer.
