bug #1184325, Label IDs mismatch for ENUM type
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2005-05-29 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
|
||||
thanks to Ryan Schmidt
|
||||
|
||||
2005-05-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_properties.inc.php: bug #1205940, current timestamp checkbox
|
||||
when field type changes
|
||||
|
@@ -631,7 +631,7 @@ foreach ($loop_array AS $vrowcount => $vrow) {
|
||||
echo ' checked="checked"';
|
||||
}
|
||||
echo 'tabindex="' . ($tabindex + $tabindex_for_value) . '" />';
|
||||
echo '<label for="field_' . ($tabindex + $tabindex_for_value) . '_3_' . $j . '">' . htmlspecialchars($enum_atom) . '</label>' . "\n";
|
||||
echo '<label for="field_' . $idindex . '_3_' . $j . '">' . htmlspecialchars($enum_atom) . '</label>' . "\n";
|
||||
} // end for
|
||||
|
||||
} // end else
|
||||
|
Reference in New Issue
Block a user