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

@@ -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