Changeset 11760


Ignore:
Timestamp:
2007/03/12 11:14:49 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11755 r11760  
    164164            $this->setWhere($sql_where); 
    165165        } 
    166                      
     166         
     167        //¡¡ÇÛ¿®¥á¡¼¥ë¥¢¥É¥ì¥¹¼ïÊÌ 
     168        if ( $mode == 'magazine' ){ 
     169            if ( strlen($this->arrSql['mail_type']) > 0 && $this->arrSql['mail_type'] == 2) { 
     170                $this->setWhere( " dtb_customer.email_mobile NOT NULL  "); 
     171            } 
     172        } 
     173                             
    167174        //¡¡HTML-mail 
    168175        if ( $mode == 'magazine' ){ 
Note: See TracChangeset for help on using the changeset viewer.