cannot create a new table
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
||||
|
||||
2004-09-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_addfield.php: bug #1037744 (CVS version only): cannot add a field
|
||||
* tbl_create.php: cannot create a new table (CVS version only)
|
||||
|
||||
2004-09-29 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* sql.php, libraries/common.lib.php: bug #1036678, incorrect appending
|
||||
|
@@ -35,7 +35,7 @@ $abort = FALSE;
|
||||
if (isset($submit_num_fields)) {
|
||||
$regenerate = TRUE;
|
||||
$num_fields = $orig_num_fields + $added_fields;
|
||||
} else if (isset($submit)) {
|
||||
} else if (isset($do_save_data)) {
|
||||
$sql_query = $query_cpy = '';
|
||||
|
||||
// Transforms the radio button field_key into 3 arrays
|
||||
|
Reference in New Issue
Block a user