Changeset 13988


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

Legend:

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

    r13987 r13988  
    193193        } 
    194194 
    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         } 
     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'){ 
     
    207208            if ( $this->arrSql['domain'] > 1 ) { 
    208209                foreach($arrDomainType as $val) { 
    209                     if($this->arrSql['not_domaininc'] == '3') { 
     210                    if($this->arrSql['not_domaininc'] == '2') { 
    210211                        if($sql_where == "") { 
    211212                            $sql_where .= "dtb_customer.email NOT ILIKE ? "; 
Note: See TracChangeset for help on using the changeset viewer.