Changeset 13964 for branches


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

Legend:

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

    r13963 r13964  
    207207            if ( $this->arrSql['domain'] > 1 ) { 
    208208                foreach($arrDomainType as $val) { 
    209                     if($this->arrSql['domain'] == 2) { 
     209                    if($this->arrSql['not_domaininc'] == '2') { 
    210210                        if($sql_where == "") { 
    211211                            $sql_where .= "dtb_customer.email NOT ILIKE ? "; 
Note: See TracChangeset for help on using the changeset viewer.