bug 977790 missing library

This commit is contained in:
Marc Delisle
2004-06-24 22:12:27 +00:00
parent a2dfdd2ee8
commit 270fc06cc1
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ $Source$
* footer.inc.php: sync left frame when choosing a db from server_databases,
thanks to Michael Keck
* export.php: no longer auto-select the textarea containing exported data
* queryframe.php: bug #977790, missing library,
thanks to Anthony Parsons (anthony.parsons at manx.net)
2004-06-24 Alexander M. Turek <me@derrabus.de>
* libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is

View File

@@ -7,6 +7,7 @@
* 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;
}
@@ -285,6 +286,7 @@ if ($num_dbs > 1) {
$db_tooltip = implode(' ', $tmp_db_tooltip);
}
}
// Builds the databases' names list
if (!empty($db_start) && $db == $db_start) {
$table_title = array();