diff --git a/ChangeLog b/ChangeLog index 3cb669c5c..a057abb69 100755 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,8 @@ $Source$ * tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in table moving/copying and allow to keep constraints over these operations. + * server_databases.php: Add correct parameters to left frame to keep + server choice, language, etc. (bug #845397). 2003-11-20 Garvin Hicking * libraries/auth/*, libraries/dbg/*, libraries/export/* diff --git a/server_databases.php b/server_databases.php index d90e43e29..5847a8512 100644 --- a/server_databases.php +++ b/server_databases.php @@ -21,7 +21,7 @@ require('./server_common.inc.php'); function reload_window(db) { if (typeof(window.parent) != 'undefined' && typeof(window.parent.frames['nav']) != 'undefined') { - window.parent.frames['nav'].location.replace('./left.php?db=' + db + '&hash=' + ); + window.parent.frames['nav'].location.replace('./left.php?&db=' + db + '&hash=' + ); } } //-->