Changeset 14066 for branches/dev
- Timestamp:
- 2007/06/01 11:52:19 (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
r14064 r14066 208 208 if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] > 1) { 209 209 foreach($arrDomainType as $val) { 210 if($this->arrSql['domain'] == '2') { 210 if($this->arrSql['domain'] == 3) { 211 if($sql_where == "") { 212 $sql_where .= "dtb_customer.email ILIKE ? "; 213 } else { 214 $sql_where .= "OR dtb_customer.email ILIKE ? " ; 215 } 216 } else { 211 217 if($sql_where == "") { 212 218 $sql_where .= "dtb_customer.email NOT ILIKE ? "; 213 219 } else { 214 220 $sql_where .= "AND dtb_customer.email NOT ILIKE ? " ; 215 }216 } else {217 if($sql_where == "") {218 $sql_where .= "dtb_customer.email ILIKE ? ";219 } else {220 $sql_where .= "OR dtb_customer.email ILIKE ? " ;221 221 } 222 222 }
Note: See TracChangeset
for help on using the changeset viewer.
