[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_6RC1-20762-g43f2279

The branch, master has been updated via 43f22790cb27e7a878c090161500083cdc1ae7ec (commit) from 40d242069d456bd8d0072ad82fe778b527fac33f (commit) - Log ----------------------------------------------------------------- commit 43f22790cb27e7a878c090161500083cdc1ae7ec Author: Marc Delisle <marc@infomarc.info> Date: Sat Oct 8 06:50:25 2011 -0400 Create table in navi panel now opens a form to create a minimum of 4 columns ----------------------------------------------------------------------- Summary of changes: tbl_create.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tbl_create.php b/tbl_create.php index 2810e0d..cdad8ba 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; } /** hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle