Changeset 13918


Ignore:
Timestamp:
2007/05/31 17:24:47 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

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

    r13917 r13918  
    224224                        } 
    225225                    } 
    226                     $this->arrVal[] = $this->addSearchStr($val); 
     226                    $searchDomain = $this->addSearchStr($val); 
     227                    $this->arrVal[] = $searchDomain; 
    227228                } 
    228229                $this->setWhere($sql_where); 
Note: See TracChangeset for help on using the changeset viewer.