Changeset 13958


Ignore:
Timestamp:
2007/05/31 20:23:42 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13955 r13958  
    204204            global $arrDomainType; 
    205205            $sql_where = ""; 
    206             //¥É¥á¥¤¥ó»ØÄê»þ 
     206            //¥É¥á¥¤¥ó»ØÄê¡££±¤Ï"»ØÄꤷ¤Ê¤¤" 
    207207            if ( $this->arrSql['domain'] > 1 ) { 
    208208                foreach($arrDomainType as $val) { 
     
    216216                    } 
    217217                    //·ÈÂӥɥᥤ¥ó 
    218                     if($this->arrSql['domain'] == 3) { 
     218                    if($this->arrSql['not_domaininc'] == 3) { 
    219219                        if($sql_where == "") { 
    220220                            $sql_where .= "dtb_customer.email ILIKE ? "; 
Note: See TracChangeset for help on using the changeset viewer.