From 43f22790cb27e7a878c090161500083cdc1ae7ec Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 8 Oct 2011 06:50:25 -0400 Subject: [PATCH] Create table in navi panel now opens a form to create a minimum of 4 columns --- tbl_create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_create.php b/tbl_create.php index 2810e0d3cb..cdad8bafc3 100644 --- a/tbl_create.php +++ b/tbl_create.php @@ -40,7 +40,7 @@ if (isset($_REQUEST['submit_num_fields'])) { } elseif (isset($_REQUEST['num_fields']) && intval($_REQUEST['num_fields']) > 0) { $num_fields = (int) $_REQUEST['num_fields']; } else { - $num_fields = 2; + $num_fields = 4; } /**