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;
> - +