From cd75266da0634b0e87d537b656519e530b5c586b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 14 Aug 2005 19:20:17 +0000 Subject: [PATCH] problem after editing/saving a row (seen in IE6) --- ChangeLog | 4 ++++ tbl_change.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5aef394ac..67da9e460 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-08-14 Marc Delisle + * tbl_change.php: $goto was not encoded in the form, resulting in a + problem after editing/saving a row (seen in IE6) + 2005-08-12 Marc Delisle * header.inc.php: remove the 'InnoDB free' segment from table comments * footer.inc.php: bug #1257106, display problem in the left frame (IE) diff --git a/tbl_change.php b/tbl_change.php index 4dfd6c90b..bdc962c2c 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -174,7 +174,7 @@ document.onkeydown = onKeyDownArrowsHandler;
> - +