Changeset 13989


Ignore:
Timestamp:
2007/05/31 21:16:58 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13988 r13989  
    208208            if ( $this->arrSql['domain'] > 1 ) { 
    209209                foreach($arrDomainType as $val) { 
    210                     if($this->arrSql['not_domaininc'] == '2') { 
     210                    if($this->arrSql['domain'] == '3') { 
    211211                        if($sql_where == "") { 
    212                             $sql_where .= "dtb_customer.email NOT ILIKE ? "; 
     212                            $sql_where .= "dtb_customer.email ILIKE ? "; 
    213213                        } else { 
    214                             $sql_where .= "OR dtb_customer.email NOT ILIKE ? " ; 
     214                            $sql_where .= "OR dtb_customer.email ILIKE ? " ; 
    215215                        } 
    216216                    } else { 
Note: See TracChangeset for help on using the changeset viewer.