@@ -1784,7 +1784,7 @@ |
||
| 1784 | 1784 | |
| 1785 | 1785 | // This function is needed to do the updateStats('subject') call. |
| 1786 | 1786 | $smcFunc['strtolower'] = $db_character_set != 'utf8' && $txt['lang_character_set'] != 'UTF-8' ? 'strtolower' : function($string) |
| 1787 | - { |
|
| 1787 | + { |
|
| 1788 | 1788 | global $sourcedir; |
| 1789 | 1789 | if (function_exists('mb_strtolower')) |
| 1790 | 1790 | return mb_strtolower($string, 'UTF-8'); |