Changeset 11634 for branches/dev/data
- Timestamp:
- 2007/03/09 00:07:24 (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
r11627 r11634 175 175 176 176 if($sql_where == "") { 177 $sql_where .= "(dtb_customer.email NOT ILIKE ? OR dtb_customer.email_m aile NOT ILIKE ?) ";177 $sql_where .= "(dtb_customer.email NOT ILIKE ? OR dtb_customer.email_mobile NOT ILIKE ?) "; 178 178 } else { 179 $sql_where .= "AND (dtb_customer.email NOT ILIKE ? OR dtb_customer.email_m aile NOT ILIKE ?) ";179 $sql_where .= "AND (dtb_customer.email NOT ILIKE ? OR dtb_customer.email_mobile NOT ILIKE ?) "; 180 180 } 181 181 182 182 } else { 183 183 if($sql_where == "") { 184 $sql_where .= "(dtb_customer.email ILIKE ? OR dtb_customer.email_m aile ILIKE ?) ";184 $sql_where .= "(dtb_customer.email ILIKE ? OR dtb_customer.email_mobile ILIKE ?) "; 185 185 } else { 186 $sql_where .= "OR (dtb_customer.email ILIKE ? OR dtb_customer.email_m aile ILIKE ?) ";186 $sql_where .= "OR (dtb_customer.email ILIKE ? OR dtb_customer.email_mobile ILIKE ?) "; 187 187 } 188 188 } 189 189 $searchEmail = $this->addSearchStr($val); 190 $this->arrVal[] = $searchEmail; 190 191 $this->arrVal[] = $searchEmail; 191 192 }
Note: See TracChangeset
for help on using the changeset viewer.
