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.39 s


From: cw
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php, 1.53.2.9.2.39 setup.inc.php, 1.37.2.6.2.24
Date: Fri, 8 Jul 2005 19:17:00 +0200

Update of phpgwapi/setup

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

Log Message:
version bump and remove halt on error

====================================================
Index: phpgwapi/setup/tables_update.inc.php
diff -u phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.38 
phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.39
--- phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.38  Mon Jan  3 05:39:41 2005
+++ phpgwapi/setup/tables_update.inc.php        Fri Jul  8 17:17:14 2005
@@ -1654,7 +1654,7 @@
                ////global $setup_info,$phpgw_setup;
                $db1 =& $GLOBALS['phpgw_setup']->db;
                $db1->auto_stripslashes = False;
-               $db1->Halt_On_Error = 'report';
+               //$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'");

====================================================
Index: phpgwapi/setup/setup.inc.php
diff -u phpgwapi/setup/setup.inc.php:1.37.2.6.2.23 
phpgwapi/setup/setup.inc.php:1.37.2.6.2.24
--- phpgwapi/setup/setup.inc.php:1.37.2.6.2.23  Mon Jan  3 05:39:41 2005
+++ phpgwapi/setup/setup.inc.php        Fri Jul  8 17:17:14 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.005';
+       $setup_info['phpgwapi']['version']   = '0.9.16.006';
        $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]