Changeset 14079


Ignore:
Timestamp:
2007/06/01 12:19:16 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r14076 r14079  
    208208            if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] > 1) { 
    209209                foreach($arrDomainType as $val) { 
    210                     if($this->arrSql['not_domaininc'] == '1') { 
     210                    if($this->arrSql['domain'] == 2) { 
    211211                        if($sql_where == "") { 
    212212                            $sql_where .= "dtb_customer.email NOT ILIKE ? "; 
     
    214214                            $sql_where .= "AND dtb_customer.email NOT ILIKE ? " ; 
    215215                        } 
    216                     } else { 
     216                    } elseif($this->arrSql['domain'] == 3) { 
    217217                        if($sql_where == "") { 
    218218                            $sql_where .= "dtb_customer.email ILIKE ? "; 
Note: See TracChangeset for help on using the changeset viewer.