Ignore:
Timestamp:
2007/05/11 19:33:12 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12531 r12576  
    195195        //¡¡ÇÛ¿®¥á¡¼¥ë¥¢¥É¥ì¥¹¼ïÊÌ 
    196196        if ( $mode == 'magazine' ){ 
    197             if ( strlen($this->arrSql['mail_type']) > 0 && $this->arrSql['mail_type'] == 2) { 
     197            if ( strlen($this->arrSql['regist_type']) > 0 && $this->arrSql['regist_type'] == 2) { 
    198198                $this->setWhere( " dtb_customer.email_mobile <> ''  "); 
    199199            } 
Note: See TracChangeset for help on using the changeset viewer.