From d22bca00d9ddce7729ec6b6b2f5e32157d81b13c Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 30 Sep 2004 17:09:23 +0000 Subject: [PATCH] bug 1037744, cannot add field to table --- ChangeLog | 3 +++ tbl_addfield.php | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) 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