diff --git a/ChangeLog b/ChangeLog index d4e64b116..7ebcbc95e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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 * libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is diff --git a/queryframe.php b/queryframe.php index a4b857f0b..acb8d6ca3 100644 --- a/queryframe.php +++ b/queryframe.php @@ -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();