Default iconv parameters to empty string.
This commit is contained in:
@@ -13,6 +13,8 @@ $Source$
|
|||||||
* libraries/display_export.lib.php3, libraries/functions.js: Some
|
* libraries/display_export.lib.php3, libraries/functions.js: Some
|
||||||
javascript cleanup.
|
javascript cleanup.
|
||||||
* db_details_links.php3: Display Query tab even with no tables.
|
* db_details_links.php3: Display Query tab even with no tables.
|
||||||
|
* libraries/charset_conversion.lib.php3: Default iconv parameters to empty
|
||||||
|
string.
|
||||||
|
|
||||||
2003-06-04 Marc Delisle <lem9@users.sourceforge.net>
|
2003-06-04 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/sqlparser.lib.php3: bug 592692, pretty printer
|
* libraries/sqlparser.lib.php3: bug 592692, pretty printer
|
||||||
|
@@ -83,7 +83,7 @@ if (!defined('PMA_CHARSET_CONVERSION_LIB_INCLUDED')){
|
|||||||
define('PMA_CHARSET_RECODE', 3);
|
define('PMA_CHARSET_RECODE', 3);
|
||||||
|
|
||||||
if (!isset($cfg['IconvExtraParams'])) {
|
if (!isset($cfg['IconvExtraParams'])) {
|
||||||
$cfg['IconvExtraParams'] = '//IGNORE';
|
$cfg['IconvExtraParams'] = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Finally detects which function will we use:
|
// Finally detects which function will we use:
|
||||||
|
Reference in New Issue
Block a user