Changeset 14105


Ignore:
Timestamp:
2007/06/01 15:31:32 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

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