From b14127f87a86a3c0d5e6cb24b9854a9c16fa89eb Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Sun, 25 May 2003 19:47:56 +0000 Subject: [PATCH] #742632 (once again...with feeling :) --- ChangeLog | 4 ++++ left.php3 | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bf766f479..9c0d72208 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-05-25 Garvin Hicking + * left.php3: Fix #742632 finally: Refresh to main.php3 + if an empty DB has been selected. + 2003-05-25 Marc Delisle * left.php3: new fix for #742632 * lang/polish: update, thanks to Jakub Wilk diff --git a/left.php3 b/left.php3 index 7356fbfec..9c8fbe455 100755 --- a/left.php3 +++ b/left.php3 @@ -258,6 +258,10 @@ if (isset($lightm_db) && !empty($lightm_db)) { ?> window.parent.frames['phpmain'].location.replace('./'); + window.parent.frames['phpmain'].location.replace('./main.php3?'); + //--> @@ -356,10 +360,13 @@ echo "\n"; 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.php3. With no JS (