diff --git a/ChangeLog b/ChangeLog index 31b99e6d2..621645540 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-09-30 Marc Delisle + * tbl_addfield.php: bug #1037744 (CVS version only): cannot add a field + 2004-09-29 Marc Delisle * sql.php, libraries/common.lib.php: bug #1036678, incorrect appending of LIMIT to queries, and bug #1037004, UPDATE statement not showing diff --git a/tbl_addfield.php b/tbl_addfield.php index 6ca33f0ec..c1a3ec491 100644 --- a/tbl_addfield.php +++ b/tbl_addfield.php @@ -2,7 +2,6 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: - /** * Get some core libraries */ @@ -33,7 +32,7 @@ if (isset($submit_num_fields)) { } $num_fields = $orig_num_fields + $added_fields; $regenerate = TRUE; -} else if (isset($submit)) { +} else if (isset($do_save_data)) { $query = ''; // Transforms the radio button field_key into 3 arrays