Changeset 12497


Ignore:
Timestamp:
2007/05/10 18:56:40 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r12493 r12497  
    219219                            $sql_where .= "OR dtb_customer.email LIKE ? " ; 
    220220                        } 
    221                 }elseif($this->arrSql['mail_type']==2){ 
    222                         $sql_where .= "OR dtb_customer.email_mobile LIKE ? " ; 
     221                    }elseif($this->arrSql['mail_type']==2){ 
     222                           $sql_where .= "OR dtb_customer.email_mobile LIKE ? " ; 
    223223                    } 
    224224                } 
     
    232232                } 
    233233                $searchDomain = $this->addSearchStr($val); 
     234                $this->arrVal[] = $searchDomain; 
    234235            } 
    235236            print_r($searchDomain); 
Note: See TracChangeset for help on using the changeset viewer.