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.79


From: ceb
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php,1.79
Date: Thu, 24 Feb 2005 15:58:48 -0000

Update of phpgwapi/setup

Modified Files:
     Branch: MAIN
            tables_update.inc.php lines: +19 -1

Log Message:
updated version number to fix update from old head to current head

====================================================
Index: phpgwapi/setup/tables_update.inc.php
diff -u phpgwapi/setup/tables_update.inc.php:1.78 
phpgwapi/setup/tables_update.inc.php:1.79
--- phpgwapi/setup/tables_update.inc.php:1.78   Thu Dec 30 06:47:33 2004
+++ phpgwapi/setup/tables_update.inc.php        Sun Jan 16 17:40:22 2005
@@ -1765,6 +1765,24 @@
        $test[] = '0.9.16.003';
        function phpgwapi_upgrade0_9_16_003()
        {
+               return $GLOBALS['setup_info']['phpgwapi']['currentver']= 
'0.9.16.004';
+       }
+
+       $test[] = '0.9.16.004';
+       function phpgwapi_upgrade0_9_16_004()
+       {
+               return $GLOBALS['setup_info']['phpgwapi']['currentver']= 
'0.9.16.005';
+       }
+
+       $test[] = '0.9.16.005';
+       function phpgwapi_upgrade0_9_16_005()
+       {
+               return $GLOBALS['setup_info']['phpgwapi']['currentver']= 
'0.9.17.500';
+       }
+
+       $test[] = '0.9.17.001';
+       function phpgwapi_upgrade0_9_17_001()
+       {
                return $GLOBALS['setup_info']['phpgwapi']['currentver']= 
'0.9.17.500';
        }
 ?>






reply via email to

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