The branch, master has been updated
       via  43f22790cb27e7a878c090161500083cdc1ae7ec (commit)
      from  40d242069d456bd8d0072ad82fe778b527fac33f (commit)


- Log -----------------------------------------------------------------
commit 43f22790cb27e7a878c090161500083cdc1ae7ec
Author: Marc Delisle <[email protected]>
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

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to