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


From: skwashd
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php, 1.53.2.9.2.40 setup.inc.php, 1.37.2.6.2.25
Date: Tue, 23 Aug 2005 12:13:00 +0200

Update of phpgwapi/setup

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

Log Message:
update version for security fix

====================================================
Index: phpgwapi/setup/tables_update.inc.php
diff -u phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.39 
phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.40
--- phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.39  Fri Jul  8 17:17:14 2005
+++ phpgwapi/setup/tables_update.inc.php        Tue Aug 23 10:13:31 2005
@@ -1777,4 +1777,17 @@
                 $GLOBALS['setup_info']['phpgwapi']['currentver'] = 
'0.9.16.005';
                 return $GLOBALS['setup_info']['phpgwapi']['currentver'];
         }
+
+       $test[] = '0.9.16.005';
+       function phpgwapi_upgrade0_9_16_005()
+       {
+               //this was never publicly released!
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'] = 
'0.9.16.006';
+       }
+
+       $test[] = '0.9.16.006';
+       function phpgwapi_upgrade0_9_16_006()
+       {
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'] = 
'0.9.16.007';
+       }
 ?>

====================================================
Index: phpgwapi/setup/setup.inc.php
diff -u phpgwapi/setup/setup.inc.php:1.37.2.6.2.24 
phpgwapi/setup/setup.inc.php:1.37.2.6.2.25
--- phpgwapi/setup/setup.inc.php:1.37.2.6.2.24  Fri Jul  8 17:17:14 2005
+++ phpgwapi/setup/setup.inc.php        Tue Aug 23 10:13:31 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.006';
+       $setup_info['phpgwapi']['version']   = '0.9.16.007';
        $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]