diff --git a/ChangeLog b/ChangeLog index 5caa501cf..f6a500b0f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-01-12 Marc Delisle + * tbl_change.php3, bug 501773 (null checkbox), idea thanks to + rabus at users.sourceforge.net + 2002-01-12 Olivier Müller * main.php3, leftlight.php3: added to hide the "Go" submit button when the browser supports JS (ist that XHTML compliant?:) diff --git a/tbl_change.php3 b/tbl_change.php3 index 8a329a825..f457da7a3 100755 --- a/tbl_change.php3 +++ b/tbl_change.php3 @@ -309,7 +309,7 @@ for ($i = 0; $i < $fields_cnt; $i++) { ?> - + @@ -333,7 +332,7 @@ for ($i = 0; $i < $fields_cnt; $i++) { if (strlen($row_table_def['Type']) > 20) { echo "\n"; ?> - '; ?>> ' . htmlspecialchars($enum_atom) . '' . "\n"; } // end for -// old null option -// if ($row_table_def['Null'] == 'YES') { -// echo ' '; -// echo '' . "\n"; -// } // end if ?> ' . "\n"; echo ' ' . htmlspecialchars($enum_atom) . "\n"; } // end for -// old null option -// if ($row_table_def['Null'] == 'YES') { -// echo ' '; -// echo '' . "\n"; -// echo ' [' . $strNull . ']' . "\n"; -// } // end if } // end else echo "\n"; ?> @@ -415,8 +395,8 @@ for ($i = 0; $i < $fields_cnt; $i++) { - + - + /> - + />