From f03bee5560a6450a5f0b0de7f0300cb9ddf90a32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 20 Nov 2003 14:23:27 +0000 Subject: [PATCH] Add correct parameters to left frame to keep server choice, language, etc. (bug #845397). --- ChangeLog | 2 ++ server_databases.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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=' + ); } } //-->