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


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/setup/tables_update.inc.php, 1.53.2.9.2.35
Date: Sun, 5 Sep 2004 03:38:08 +0200

Update of /phpgwapi/setup
Modified Files:
        Branch: Version-0_9_16-branch
          tables_update.inc.php

date: 2004/09/05 01:38:08;  author: skwashd;  state: Exp;  lines: +15 -1

Log Message:
new versions
=====================================================================
Index: phpgwapi/setup/tables_update.inc.php
diff -u phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.34 
phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.35
--- phpgwapi/setup/tables_update.inc.php:1.53.2.9.2.34  Fri Jul 16 05:53:17 2004
+++ phpgwapi/setup/tables_update.inc.php        Sun Sep  5 01:38:08 2004
@@ -1747,4 +1747,18 @@
                 $GLOBALS['setup_info']['phpgwapi']['currentver'] = 
'0.9.16.001';
                 return $GLOBALS['setup_info']['phpgwapi']['currentver'];
         }
+
+       $test[] = '0.9.16.001';
+        function phpgwapi_upgrade0_9_16_001()
+        {
+                $GLOBALS['setup_info']['phpgwapi']['currentver'] = 
'0.9.16.002';
+                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+        }
+
+       $test[] = '0.9.16.002';
+        function phpgwapi_upgrade0_9_16_002()
+        {
+                $GLOBALS['setup_info']['phpgwapi']['currentver'] = 
'0.9.16.003';
+                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+        }
 ?>




reply via email to

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