The configuration directive is handled by generic config loading.

This commit is contained in:
Michal Čihař
2010-07-20 12:10:41 +02:00
parent 75593e3603
commit f152dbcf84

View File

@@ -16,10 +16,6 @@ define('PMA_CHARSET_LIBICONV', 2);
define('PMA_CHARSET_RECODE', 3);
define('PMA_CHARSET_ICONV_AIX', 4);
if (!isset($cfg['IconvExtraParams'])) {
$cfg['IconvExtraParams'] = '';
}
// Finally detect which function we will use:
if ($cfg['RecodingEngine'] == 'iconv') {
if (@function_exists('iconv')) {