diff --git a/ChangeLog b/ChangeLog index 400cc29a0..6345bb795 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-05-29 Marc Delisle + * tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type, + thanks to Ryan Schmidt + 2005-05-27 Marc Delisle * tbl_properties.inc.php: bug #1205940, current timestamp checkbox when field type changes diff --git a/tbl_change.php b/tbl_change.php index 1b5c0e2bc..67e873789 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -631,7 +631,7 @@ foreach ($loop_array AS $vrowcount => $vrow) { echo ' checked="checked"'; } echo 'tabindex="' . ($tabindex + $tabindex_for_value) . '" />'; - echo '' . "\n"; + echo '' . "\n"; } // end for } // end else