Changeset 13484 for branches/dev


Ignore:
Timestamp:
2007/05/28 11:45:40 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12578 r13484  
    192192            $this->setWhere($sql_where); 
    193193        } 
    194                  
    195         //¡¡ÇÛ¿®¥á¡¼¥ë¥¢¥É¥ì¥¹¼ïÊÌ 
    196         if ( $mode == 'magazine' ){ 
    197             if ( strlen($this->arrSql['mail_type']) > 0 && $this->arrSql['mail_type'] == 2) { 
    198                 $this->setWhere( " dtb_customer.email_mobile <> ''  "); 
    199             } 
    200         } 
    201  
     194/* 
     195*      2007/05/28  °ìö¡¢Ää»ß¤·¤Þ¤¹¡£                
     196*       //¡¡ÇÛ¿®¥á¡¼¥ë¥¢¥É¥ì¥¹¼ïÊÌ 
     197*       if ( $mode == 'magazine' ){ 
     198*           if ( strlen($this->arrSql['mail_type']) > 0 && $this->arrSql['mail_type'] == 2) { 
     199*               $this->setWhere( " dtb_customer.email_mobile <> ''  "); 
     200*           } 
     201*       } 
     202*/ 
    202203        //¥É¥á¥¤¥ó»ØÄê 
    203204        if ( $mode == 'magazine' ){ 
    204205            global $arrDomainType; 
    205206            $sql_where = ""; 
    206             $domain = ($this->arrSql['domain']); 
     207            $domain = $this->arrSql['domain']; 
    207208            //¥É¥á¥¤¥ó»ØÄê»þ 
    208209            if($domain == 2 || $domain == 3) { 
Note: See TracChangeset for help on using the changeset viewer.