From 40c066f380ec6f5cd24e45aed38e6193dee5c184 Mon Sep 17 00:00:00 2001 From: Steve Alberty Date: Tue, 31 Jul 2001 09:33:50 +0000 Subject: [PATCH] oops --- tbl_create.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_create.php3 b/tbl_create.php3 index 5b1c0e038..0445a7abb 100755 --- a/tbl_create.php3 +++ b/tbl_create.php3 @@ -19,7 +19,7 @@ mysql_select_db($db); * A new name has been submitted -> do the work */ if (isset($num_fields)) $num_fields=intval($num_fields); -if (isset($table) && trim($table) != '' && !empty($num_fields)) { +if ((!isset($submit) && isset($table) && trim($table) != '' && !empty($num_fields)) || isset($submit)) { /** * The form used to define the structure of the table has been submitted