Revision 881
Added by thorn about 16 years ago
CHANGELOG | ||
---|---|---|
10 | 10 |
# = Bugfix |
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 |
------------------------------------- 2.7.1 ------------------------------------- |
|
13 |
------------------------------------- 2.7.1 ------------------------------------- |
|
14 |
22-Nov-2008 Thomas Hornik |
|
15 |
! search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch. |
|
16 |
! search: replaced strtr() by str_replace() (it's just faster). Changed ' to ' |
|
14 | 17 |
06-Nov-2008 Thomas Hornik |
15 | 18 |
# Module code: curly backets get deleted by pparse() from phplib --> old fix in #569 wasn't that smart. Fixed. |
16 | 19 |
# fixed some typos in DE language-file, added missing tab in search.php |
Also available in: Unified diff
search: replaced most of $string_ul_umlauts (from search_convert.php) through use of preg's u-switch. Replaced strtr() by str_replace() (it's just faster). Changed ' to '