Changeset 13984 for branches/dev/data/class/SC_CustomerList.php
- Timestamp:
- 2007/05/31 21:08:53 (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
r13982 r13984 207 207 if ( $this->arrSql['domain'] > 1 ) { 208 208 foreach($arrDomainType as $val) { 209 if($this->arrSql[' domain'] == '2') {209 if($this->arrSql['not_domaininc'] == '3') { 210 210 if($sql_where == "") { 211 211 $sql_where .= "dtb_customer.email NOT ILIKE ? "; … … 215 215 } else { 216 216 if($sql_where == "") { 217 $sql_where .= "dtb_customer. mailmaga_flg = 0 ANDemail ILIKE ? ";217 $sql_where .= "dtb_customer.email ILIKE ? "; 218 218 } else { 219 $sql_where .= "OR dtb_customer. mailmaga_flg = 0 ANDemail ILIKE ? " ;219 $sql_where .= "OR dtb_customer.email ILIKE ? " ; 220 220 } 221 221 }
Note: See TracChangeset
for help on using the changeset viewer.
