phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php, 1.53.2.9.2.38 s


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php, 1.53.2.9.2.38 setup.inc.php, 1.37.2.6.2.23
Date: Thu, 24 Feb 2005 15:58:19 -0000

Update of phpgwapi/setup

Modified Files:
     Branch: Version-0_9_16-branch
            tables_update.inc.php lines: +11 -2
            setup.inc.php lines: +2 -2

Log Message:
fix upgrade bug and nudge version

====================================================
Index: phpgwapi/setup/tables_update.inc.php
diff -u phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.37 
phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.38
--- phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.37  Thu Dec 23 22:14:14 2004
+++ phpgwapi/setup/tables_update.inc.php        Mon Jan  3 05:39:41 2005
@@ -1652,7 +1652,9 @@
        function phpgwapi_upgrade0_9_14_511()
        {
                ////global $setup_info,$phpgw_setup;
-               $db1 =& $GLOBALS['phpgw_setup']->db; $db1->auto_stripslashes = 
False; $db1->Halt_On_Error = 'yes';
+               $db1 =& $GLOBALS['phpgw_setup']->db;
+               $db1->auto_stripslashes = False;
+               $db1->Halt_On_Error = 'report';

                /* Check if addressmaster exist  */
                $GLOBALS['phpgw_setup']->oProc->query("SELECT config_name, 
config_value FROM phpgw_config WHERE config_name = 'addressmaster'");
@@ -1768,4 +1770,11 @@
                 $GLOBALS['setup_info']['phpgwapi']['currentver'] = 
'0.9.16.004';
                 return $GLOBALS['setup_info']['phpgwapi']['currentver'];
         }
+
+       $test[] = '0.9.16.004';
+        function phpgwapi_upgrade0_9_16_004()
+        {
+                $GLOBALS['setup_info']['phpgwapi']['currentver'] = 
'0.9.16.005';
+                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+        }
 ?>

====================================================
Index: phpgwapi/setup/setup.inc.php
diff -u phpgwapi/setup/setup.inc.php:1.37.2.6.2.22 
phpgwapi/setup/setup.inc.php:1.37.2.6.2.23
--- phpgwapi/setup/setup.inc.php:1.37.2.6.2.22  Thu Dec 23 22:13:59 2004
+++ phpgwapi/setup/setup.inc.php        Mon Jan  3 05:39:41 2005
@@ -15,7 +15,7 @@
        /* Basic information about this app */
        $setup_info['phpgwapi']['name']      = 'phpgwapi';
        $setup_info['phpgwapi']['title']     = 'phpgwapi';
-       $setup_info['phpgwapi']['version']   = '0.9.16.004';
+       $setup_info['phpgwapi']['version']   = '0.9.16.005';
        $setup_info['phpgwapi']['versions']['current_header'] = '1.24';
        $setup_info['phpgwapi']['enable']    = 3;
        $setup_info['phpgwapi']['app_order'] = 1;






reply via email to

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