- Timestamp:
- 2007/06/01 11:46:36 (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
r14060 r14062 206 206 $sql_where = ""; 207 207 //¥É¥á¥¤¥ó»ØÄê¡££±¤Ï»ØÄꤷ¤Ê¤¤¡¢£²¤Ï£Ð£Ã¡¢£³¤Ï·ÈÂÓ 208 if ( $this->arrSql['domain']> 1 ) {208 if ( is_numeric($this->arrSql['domain']) > 1 ) { 209 209 foreach($arrDomainType as $val) { 210 if($this->arrSql[' not_domaininc'] == '2') {210 if($this->arrSql['domain'] == '2') { 211 211 if($sql_where == "") { 212 212 $sql_where .= "dtb_customer.email NOT ILIKE ? ";
Note: See TracChangeset
for help on using the changeset viewer.
