Ignore:
Timestamp:
2007/05/31 21:08:53 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13982 r13984  
    207207            if ( $this->arrSql['domain'] > 1 ) { 
    208208                foreach($arrDomainType as $val) { 
    209                     if($this->arrSql['domain'] == '2') { 
     209                    if($this->arrSql['not_domaininc'] == '3') { 
    210210                        if($sql_where == "") { 
    211211                            $sql_where .= "dtb_customer.email NOT ILIKE ? "; 
     
    215215                    } else { 
    216216                        if($sql_where == "") { 
    217                             $sql_where .= "dtb_customer.mailmaga_flg = 0 AND email ILIKE ? "; 
     217                            $sql_where .= "dtb_customer.email ILIKE ? "; 
    218218                        } else { 
    219                             $sql_where .= "OR dtb_customer.mailmaga_flg = 0 AND email ILIKE ? " ; 
     219                            $sql_where .= "OR dtb_customer.email ILIKE ? " ; 
    220220                        } 
    221221                    } 
Note: See TracChangeset for help on using the changeset viewer.