Changeset 11634 for branches/dev/data


Ignore:
Timestamp:
2007/03/09 00:07:24 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11627 r11634  
    175175                     
    176176                    if($sql_where == "") { 
    177                         $sql_where .= "(dtb_customer.email NOT ILIKE ? OR dtb_customer.email_maile NOT ILIKE ?) "; 
     177                        $sql_where .= "(dtb_customer.email NOT ILIKE ? OR dtb_customer.email_mobile NOT ILIKE ?) "; 
    178178                    } else { 
    179                         $sql_where .= "AND (dtb_customer.email NOT ILIKE ? OR dtb_customer.email_maile NOT ILIKE ?) "; 
     179                        $sql_where .= "AND (dtb_customer.email NOT ILIKE ? OR dtb_customer.email_mobile NOT ILIKE ?) "; 
    180180                    } 
    181181                     
    182182                } else {                 
    183183                    if($sql_where == "") { 
    184                         $sql_where .= "(dtb_customer.email ILIKE ? OR dtb_customer.email_maile ILIKE ?) "; 
     184                        $sql_where .= "(dtb_customer.email ILIKE ? OR dtb_customer.email_mobile ILIKE ?) "; 
    185185                    } else { 
    186                         $sql_where .= "OR (dtb_customer.email ILIKE ? OR dtb_customer.email_maile ILIKE ?)  "; 
     186                        $sql_where .= "OR (dtb_customer.email ILIKE ? OR dtb_customer.email_mobile ILIKE ?)  "; 
    187187                    } 
    188188                } 
    189189                $searchEmail = $this->addSearchStr($val); 
     190                $this->arrVal[] = $searchEmail; 
    190191                $this->arrVal[] = $searchEmail; 
    191192            } 
Note: See TracChangeset for help on using the changeset viewer.