Changeset 13962


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

Legend:

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

    r13961 r13962  
    204204            global $arrDomainType; 
    205205            $sql_where = ""; 
    206             //¥É¥á¥¤¥ó»ØÄê¡££±¤Ï"»ØÄꤷ¤Ê¤¤" 
     206            //¥É¥á¥¤¥ó»ØÄê¡££±¤Ï»ØÄꤷ¤Ê¤¤¡¢£²¤Ï£Ð£Ã¡¢£³¤Ï·ÈÂÓ 
    207207            if ( $this->arrSql['domain'] > 1 ) { 
    208208                foreach($arrDomainType as $val) { 
    209                     //PC¥É¥á¥¤¥ó 
    210209                    if($this->arrSql['domain'] == 2) { 
    211210                        if($sql_where == "") { 
     
    214213                            $sql_where .= "AND dtb_customer.email NOT LIKE ? " ; 
    215214                        } 
    216                     } 
    217                     //·ÈÂӥɥᥤ¥ó 
    218                     if($this->arrSql['domain'] == '3') { 
     215                    } elseif($this->arrSql['domain'] == 3) { 
    219216                        if($sql_where == "") { 
    220217                            $sql_where .= "dtb_customer.email LIKE ? "; 
Note: See TracChangeset for help on using the changeset viewer.