The configuration directive is handled by generic config loading.
This commit is contained in:
@@ -16,10 +16,6 @@ define('PMA_CHARSET_LIBICONV', 2);
|
|||||||
define('PMA_CHARSET_RECODE', 3);
|
define('PMA_CHARSET_RECODE', 3);
|
||||||
define('PMA_CHARSET_ICONV_AIX', 4);
|
define('PMA_CHARSET_ICONV_AIX', 4);
|
||||||
|
|
||||||
if (!isset($cfg['IconvExtraParams'])) {
|
|
||||||
$cfg['IconvExtraParams'] = '';
|
|
||||||
}
|
|
||||||
|
|
||||||
// Finally detect which function we will use:
|
// Finally detect which function we will use:
|
||||||
if ($cfg['RecodingEngine'] == 'iconv') {
|
if ($cfg['RecodingEngine'] == 'iconv') {
|
||||||
if (@function_exists('iconv')) {
|
if (@function_exists('iconv')) {
|
||||||
|
Reference in New Issue
Block a user