diff --git a/ChangeLog b/ChangeLog index 9a96ccec2..b65382e2a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-06-15 Marc Delisle + * queryframe.php: undefined $cfgRelation, thanks to Michael Keck (mkkeck) + 2004-06-15 Michal Čihař * lang/czech: Updated. * config.inc.php, libraries/config_import.lib.php, diff --git a/queryframe.php b/queryframe.php index 160884dc6..07c4d0031 100644 --- a/queryframe.php +++ b/queryframe.php @@ -2,7 +2,6 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: - /** * Gets the variables sent to this script, retains the db name that may have * been defined as startup option and include a core library @@ -36,6 +35,13 @@ require_once('./libraries/header_http.inc.php'); */ // Gets the font sizes to use PMA_setFontSizes(); + +/** + * Relations + */ +require_once('./libraries/relation.lib.php'); +$cfgRelation = PMA_getRelationsParam(); + ?> @@ -198,7 +204,6 @@ if ($server > 0) { // or $cfg['Servers']['only_db'] is defined and is not an array) // In this case, the database should not be collapsible/expandable if ($num_dbs > 1) { - // Light mode -> beginning of the select combo for databases // Note: When javascript is active, the frameset will be changed from // within left.php. With no JS (