Changeset 13948 for branches/dev/data
- Timestamp:
- 2007/05/31 20:12:52 (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
r13945 r13948 204 204 global $arrDomainType; 205 205 $sql_where = ""; 206 $domain = ($this->arrSql['domain']);207 206 //¥É¥á¥¤¥ó»ØÄê»þ 208 207 209 208 foreach($arrDomainType as $val) { 210 209 //PC¥É¥á¥¤¥ó 211 if($ domain== 2) {210 if($this->arrSql['domain'] == 2) { 212 211 if($sql_where == "") { 213 212 $sql_where .= "dtb_customer.email NOT ILIKE ? "; … … 217 216 } 218 217 //·ÈÂӥɥᥤ¥ó 219 if($ domain== 3) {218 if($this->arrSql['domain'] == 3) { 220 219 if($sql_where == "") { 221 220 $sql_where .= "dtb_customer.email ILIKE ? ";
Note: See TracChangeset
for help on using the changeset viewer.
