no longer useful since all lang files are UTF-8

This commit is contained in:
Marc Delisle
2008-10-01 20:48:40 +00:00
parent df7a74523f
commit 6208585d04
61 changed files with 9 additions and 75 deletions

View File

@@ -316,8 +316,7 @@ if ($import_file != 'none' && !$error) {
}
// Convert the file's charset if necessary
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding
&& isset($charset_of_file)) {
if ($cfg['AllowAnywhereRecoding'] && isset($charset_of_file)) {
if ($charset_of_file != $charset) {
$charset_conversion = TRUE;
}