Changeset 12464 for branches/dev/data/class
- Timestamp:
- 2007/05/10 16:15:50 (19 years ago)
- Location:
- branches/dev/data/class
- Files:
-
- 2 edited
-
SC_CustomerList.php (modified) (1 diff)
-
SC_SelectSql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_CustomerList.php
r12463 r12464 227 227 } 228 228 } 229 $searchDomain = $this->addSearch End($val);229 $searchDomain = $this->addSearchStr($val); 230 230 $this->arrVal[] = $searchDomain; 231 231 } -
branches/dev/data/class/SC_SelectSql.php
r12448 r12464 45 45 $return = sfManualEscape($val); 46 46 $return = "%" .$return. "%"; 47 return $return;48 }49 50 //ËöÈø¸¡º÷ÍÑ51 function addSearchEnd($val) {52 $return = sfManuaiEscape($val);53 $return = "%" .$return;54 47 return $return; 55 48 }
Note: See TracChangeset
for help on using the changeset viewer.
