Default iconv parameters to empty string.

This commit is contained in:
Michal Čihař
2003-06-05 18:45:21 +00:00
parent 52afb827a5
commit 9d7ccb8c30
2 changed files with 3 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ if (!defined('PMA_CHARSET_CONVERSION_LIB_INCLUDED')){
define('PMA_CHARSET_RECODE', 3);
if (!isset($cfg['IconvExtraParams'])) {
$cfg['IconvExtraParams'] = '//IGNORE';
$cfg['IconvExtraParams'] = '';
}
// Finally detects which function will we use: