Undefined index

This commit is contained in:
Alexander M. Turek
2004-06-25 07:51:42 +00:00
parent 901576cd76
commit a481a05ef8
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,6 @@
* been defined as startup option and include a core library
*/
require_once('./libraries/grab_globals.lib.php');
require_once('./libraries/bookmark.lib.php');
if (!empty($db)) {
$db_start = $db;
}
@@ -17,6 +16,7 @@ if (!empty($db)) {
* Gets a core script and starts output buffering work
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/bookmark.lib.php');
require_once('./libraries/ob.lib.php');
if ($cfg['OBGzip']) {
$ob_mode = PMA_outBufferModeGet();