Ignore:
Timestamp:
2007/06/01 11:42:26 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_CustomerList.php

    r14057 r14060  
    208208            if ( $this->arrSql['domain'] > 1 ) { 
    209209                foreach($arrDomainType as $val) { 
    210                     if($this->arrSql['not_domaininc'] == '3') { 
     210                    if($this->arrSql['not_domaininc'] == '2') { 
    211211                        if($sql_where == "") { 
    212212                            $sql_where .= "dtb_customer.email NOT ILIKE ? "; 
Note: See TracChangeset for help on using the changeset viewer.