From c537c015804aa75624382869ea4b86ec6278db42 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 15 Jul 2002 20:42:58 +0000 Subject: [PATCH] Changed the default value for $cfg['AllowAnywhereRecoding'] --- ChangeLog | 6 +++++- libraries/config_import.lib.php3 | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6d2a64e0f..a86eb12a7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-07-15 Alexander M. Turek + * libraries/config_import.lib.php3: + - Removed a comment and + - Changed the default value for $cfg['AllowAnywhereRecoding'] into FALSE. + 2002-07-15 Marc Delisle * 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 * Documentation.html, db_details_exports.php3, tbl_properties_export.php3: add a link to a new faq entry explaining some dump options diff --git a/libraries/config_import.lib.php3 b/libraries/config_import.lib.php3 index b185c2d23..883258f15 100644 --- a/libraries/config_import.lib.php3 +++ b/libraries/config_import.lib.php3 @@ -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)) {