phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] setup index.php,1.113.2.12


From: ceb
Subject: [Phpgroupware-cvs] setup index.php,1.113.2.12
Date: Mon, 22 Aug 2005 00:45:00 +0200

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);






reply via email to

[Prev in Thread] Current Thread [Next in Thread]