phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.64,1.65


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.64,1.65
Date: Thu, 27 Mar 2003 13:51:30 -0500

Update of /cvsroot/phpgroupware/phpgwapi/setup
In directory subversions:/tmp/cvs-serv4739

Modified Files:
        tables_update.inc.php 
Log Message:
added the new 0.9.16 development branch (api versions 0.9.14.5xx)

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -r1.64 -r1.65
*** tables_update.inc.php       22 Mar 2003 01:27:47 -0000      1.64
--- tables_update.inc.php       27 Mar 2003 18:51:26 -0000      1.65
***************
*** 49,56 ****
        function phpgwapi_upgrade0_9_14_002()
        {
!               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.001';
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }
  
        $test[] = '0.9.15.001';
        function phpgwapi_upgrade0_9_15_001()
--- 49,78 ----
        function phpgwapi_upgrade0_9_14_002()
        {
!               // this is the 0.9.15.001 update
!               
$GLOBALS['phpgw_setup']->oProc->RenameTable('lang','phpgw_lang');
!               
$GLOBALS['phpgw_setup']->oProc->RenameTable('languages','phpgw_languages');
! 
!               // 0.9.15.002 are already included in 0.9.14.002
!               
!               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.003';
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }
  
+       $test[] = '0.9.14.500';
+       function phpgwapi_upgrade0_9_14_500()
+       {
+               // 0.9.14.5xx are the development-versions of the 0.9.16 
release (based on the 0.9.14 api)
+               // as 0.9.15.xxx are already used in HEAD
+               
+               // this is the 0.9.15.001 update
+               
$GLOBALS['phpgw_setup']->oProc->RenameTable('lang','phpgw_lang');
+               
$GLOBALS['phpgw_setup']->oProc->RenameTable('languages','phpgw_languages');
+ 
+               // 0.9.15.002/3/4 are already included in 0.9.14.500
+               
+               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.005';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
+       
        $test[] = '0.9.15.001';
        function phpgwapi_upgrade0_9_15_001()
***************
*** 128,133 ****
        }
  
- 
- 
        $test[] = '0.9.15.006';
        function phpgwapi_upgrade0_9_15_006()
--- 150,153 ----
***************
*** 180,184 ****
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }
- 
  
        $test[] = '0.9.15.007';
--- 200,203 ----





reply via email to

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