Changeset 11762


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

Legend:

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

    r11760 r11762  
    168168        if ( $mode == 'magazine' ){ 
    169169            if ( strlen($this->arrSql['mail_type']) > 0 && $this->arrSql['mail_type'] == 2) { 
    170                 $this->setWhere( " dtb_customer.email_mobile NOT NULL  "); 
     170                $this->setWhere( " dtb_customer.email_mobile <> ''  "); 
    171171            } 
    172172        } 
Note: See TracChangeset for help on using the changeset viewer.