Ignore:
Timestamp:
2007/05/10 16:15:50 (19 years ago)
Author:
matsumoto
Message:
 
Location:
branches/dev/data/class
Files:
2 edited

Legend:

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

    r12463 r12464  
    227227                    } 
    228228                } 
    229                 $searchDomain = $this->addSearchEnd($val); 
     229                $searchDomain = $this->addSearchStr($val); 
    230230                $this->arrVal[] = $searchDomain; 
    231231            } 
  • branches/dev/data/class/SC_SelectSql.php

    r12448 r12464  
    4545        $return = sfManualEscape($val); 
    4646        $return = "%" .$return. "%"; 
    47         return $return; 
    48     } 
    49  
    50     //ËöÈø¸¡º÷ÍÑ     
    51     function addSearchEnd($val) { 
    52         $return = sfManuaiEscape($val); 
    53         $return = "%" .$return; 
    5447        return $return; 
    5548    } 
Note: See TracChangeset for help on using the changeset viewer.