bug 977790 missing library
This commit is contained in:
@@ -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
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user