Update of setup

Modified Files:
     Branch: Version-0_9_16-branch
            index.php lines: +2 -2

Log Message:
fix for bug #14144

====================================================
Index: setup/index.php
diff -u setup/index.php:1.113.2.11 setup/index.php:1.113.2.12
--- setup/index.php:1.113.2.11  Mon Jan  3 05:38:12 2005
+++ setup/index.php     Sun Aug 21 22:45:41 2005
@@ -243,7 +243,7 @@
                        switch 
($GLOBALS['phpgw_info']['setup']['currentver']['phpgwapi'])
                        {
                                case 'dbcreate':
-                                       
$GLOBALS['phpgw_setup']->db->create_database($db_root, $db_pass);
+                                       
$GLOBALS['phpgw_setup']->db->create_database($_POST['db_root'], 
$_POST['db_pass']);
                                        break;
                                case 'drop':
                                        $setup_info = 
$GLOBALS['phpgw_setup']->detection->get_versions($setup_info);




_______________________________________________
Phpgroupware-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to