Changeset 446 for trunk/TranslationList.php
- Timestamp:
- Apr 11, 2010, 5:49:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TranslationList.php
r443 r446 147 147 if($Filter['Entry'] != '') 148 148 { 149 $Filter['SQL'] .= ' AND (`Entry` LIKE "%'.$Filter['Entry'].'%")';149 $Filter['SQL'] .= ' AND (`Entry` = "'.$Filter['Entry'].'")'; 150 150 } 151 151
Note:
See TracChangeset
for help on using the changeset viewer.