Changed the default value for $cfg['AllowAnywhereRecoding']

This commit is contained in:
Alexander M. Turek
2002-07-15 20:42:58 +00:00
parent fd2ef01a11
commit c537c01580
2 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,11 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-07-15 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/config_import.lib.php3:
- Removed a comment and
- Changed the default value for $cfg['AllowAnywhereRecoding'] into FALSE.
2002-07-15 Marc Delisle <lem9@users.sourceforge.net>
* db_details_export.php3, db_details_links.php3, Documentation.html,
sql.php3, tbl_properties_export.php3, libraries/common.lib.php3,
@@ -17,7 +22,6 @@ $Source$
to see the error message, thanks to /Leblanc
* header.inc.php3: js error with OmniWeb, thanks to Loic
2002-07-14 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html, db_details_exports.php3, tbl_properties_export.php3:
add a link to a new faq entry explaining some dump options

View File

@@ -16,7 +16,6 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')){
unset($cfgPmaAbsoluteUri);
} else {
$cfg['PmaAbsoluteUri'] = '';
// Shall we exit here?
}
}
@@ -397,7 +396,7 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')){
}
if (!isset($cfg['AllowAnywhereRecoding'])) {
$cfg['AllowAnywhereRecoding'] = TRUE;
$cfg['AllowAnywhereRecoding'] = FALSE;
}
if (!isset($cfg['Lang']) &&isset($cfgLang)) {