Ignore:
Timestamp:
2007/06/01 17:06:09 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r14109 r14131  
    205205            global $arrDomainType; 
    206206            $sql_where = ""; 
    207             //¥É¥á¥¤¥ó»ØÄê¡££±¤Ï»ØÄꤷ¤Ê¤¤¡¢£²¤Ï£Ð£Ã¡¢£³¤Ï·ÈÂÓ 
    208             if ( strlen($this->arrSql['domain']) > 0 && $this->arrSql['domain'] > 1) { 
     207            //¥É¥á¥¤¥ó»ØÄê¡££±¤Ï£Ð£Ã¡¢£²¤Ï·ÈÂÓ 
     208            if ( $this->arrSql['domain'] > 0 ) { 
    209209                foreach($arrDomainType as $val) { 
    210                     if($this->arrSql['domain'] == 2) { 
     210                    if($this->arrSql['domain'] == 1) { 
    211211                        if($sql_where == "") { 
    212212                            $sql_where .= "dtb_customer.email NOT ILIKE ? "; 
     
    214214                            $sql_where .= "AND dtb_customer.email NOT ILIKE ? " ; 
    215215                        } 
    216                     } elseif($this->arrSql['domain'] == 3) { 
     216                    } elseif($this->arrSql['domain'] == 2) { 
    217217                        if($sql_where == "") { 
    218218                            $sql_where .= "dtb_customer.email ILIKE ? "; 
Note: See TracChangeset for help on using the changeset viewer.