Changeset 12528 for branches/dev/data


Ignore:
Timestamp:
2007/05/10 20:59:15 (19 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12527 r12528  
    225225                                } 
    226226                                break; 
    227                             default: 
    228                                 $sql_where =""; 
    229 //                      if($this->arrSql['mail_type'] == 1 ){ 
    230 //                          if($sql_where == "") { 
    231 //                          $sql_where .= "dtb_customer.email NOT ILIKE ? "; 
    232 //                          } else { 
    233 //                          $sql_where .= "AND dtb_customer.email NOT LIKE ? " ; 
    234 //                          } 
    235 //                      } else { 
    236 //                          if($sql_where == "") { 
    237 //                          $sql_where .= "dtb_customer.email_mobile NOT ILIKE ? "; 
    238 //                          } else { 
    239 //                          $sql_where .= "AND dtb_customer.email_mobile NOT LIKE ? " ; 
    240 //                          } 
    241227                        } 
    242228                        $searchDomain = $this->addSearchStr($val); 
Note: See TracChangeset for help on using the changeset viewer.