Changeset 12524


Ignore:
Timestamp:
2007/05/10 20:38:41 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12523 r12524  
    209209                //PC¥É¥á¥¤¥ó 
    210210                if($domain == 2) { 
    211                     if($this->arrSql['mail_type'] == 1 ){ 
     211                    foreach($arrDomainType as $val) { 
     212                        if($this->arrSql['mail_type'] == 1 ){ 
    212213                            if($sql_where == "") { 
    213214                            $sql_where .= "dtb_customer.email NOT ILIKE ? "; 
Note: See TracChangeset for help on using the changeset viewer.