Do not die if RecodingEngine is auto and no engine is found.

This commit is contained in:
Michal Čihař
2010-07-20 12:09:22 +02:00
parent 42532065ab
commit 75593e3603

View File

@@ -64,11 +64,6 @@ if ($cfg['RecodingEngine'] == 'iconv') {
$PMA_recoding_engine = PMA_CHARSET_RECODE;
} else {
$PMA_recoding_engine = PMA_CHARSET_NONE;
require_once './libraries/header.inc.php';
echo __('Couldn\'t use the iconv, libiconv, or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.');
require_once './libraries/footer.inc.php';
exit;
}
} else {
$PMA_recoding_engine = PMA_CHARSET_NONE;