Ensure compatibility with old releases

This commit is contained in:
Loïc Chapeaux
2002-05-24 09:17:16 +00:00
parent ce879102fb
commit c2a6a87eb9
2 changed files with 5 additions and 2 deletions

View File

@@ -7,8 +7,8 @@ $Source$
2002-05-24 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* config.inc.php3; db_details_links.php3; db_search.php3;
Documentation.html; lang/*: patch #554925 - Search into database, thanks
to Thomas Chaumeny <chaume92 at aol.com>.
Documentation.html; lang/*; libraries/common.lib.php3: patch #554925
- Search into database, thanks to Thomas Chaumeny <chaume92 at aol.com>.
2002-05-23 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html, config.inc.php3, db_details_structure.php3,

View File

@@ -91,6 +91,9 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')){
if (!isset($cfg)) {
include('./config_import.inc.php3');
}
if (!isset($cfg['UseDbSearch'])) {
$cfg['UseDbSearch'] = TRUE;
}
// If zlib output compression is set in the php configuration file, no
// output buffering should be run