From cefc8b573b0e007056b7e567788190225dc5314f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 29 May 2005 14:12:01 +0000 Subject: [PATCH] bug #1184325, Label IDs mismatch for ENUM type --- ChangeLog | 4 ++++ tbl_change.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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