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


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/setup tables_update.inc.php
Date: Wed, 19 Jul 2006 01:53:52 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/07/19 01:53:52

Modified files:
        setup          : tables_update.inc.php 

Log message:
        stop upgrades breaking

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/setup/tables_update.inc.php?cvsroot=phpgwapi&r1=1.90&r2=1.91

Patches:
Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- tables_update.inc.php       24 Apr 2006 09:16:49 -0000      1.90
+++ tables_update.inc.php       19 Jul 2006 01:53:52 -0000      1.91
@@ -5,7 +5,7 @@
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgwapi
        * @subpackage setup
-       * @version $Id: tables_update.inc.php,v 1.90 2006/04/24 09:16:49 
sigurdne Exp $
+       * @version $Id: tables_update.inc.php,v 1.91 2006/07/19 01:53:52 
skwashd Exp $
        * @internal $Source: 
/cvsroot/phpgwapi/phpgwapi/setup/tables_update.inc.php,v $
        */
 
@@ -1155,6 +1155,36 @@
        $test[] = '0.9.16.005';
        function phpgwapi_upgrade0_9_16_005()
        {
+               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';
+       }
+
+       $test[] = '0.9.16.007';
+       function phpgwapi_upgrade0_9_16_007()
+       {
+               return $GLOBALS['setup_info']['phpgwapi']['currentver']= 
'0.9.16.008';
+       }
+
+       $test[] = '0.9.16.008';
+       function phpgwapi_upgrade0_9_16_008()
+       {
+               return $GLOBALS['setup_info']['phpgwapi']['currentver']= 
'0.9.16.009';
+       }
+
+       $test[] = '0.9.16.009';
+       function phpgwapi_upgrade0_9_16_009()
+       {
+               return $GLOBALS['setup_info']['phpgwapi']['currentver']= 
'0.9.16.010';
+       }
+
+       $test[] = '0.9.16.010';
+       function phpgwapi_upgrade0_9_16_010()
+       {
                return $GLOBALS['setup_info']['phpgwapi']['currentver']= 
'0.9.17.500';
        }
 




reply via email to

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