Changeset 17748 for trunk/include/functions_search.inc.php
- Timestamp:
- Sep 4, 2012, 10:03:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_search.inc.php
r12922 r17748 267 267 268 268 269 if (function_exists('mb_strtolower'))270 {271 function transliterate($term)272 {273 return remove_accents( mb_strtolower($term) );274 }275 }276 else277 {278 function transliterate($term)279 {280 return remove_accents( strtolower($term) );281 }282 }283 284 269 function is_word_char($ch) 285 270 {
Note: See TracChangeset
for help on using the changeset viewer.