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.65,1.66


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.65,1.66
Date: Thu, 03 Apr 2003 11:55:05 -0500

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

Modified Files:
        tables_update.inc.php 
Log Message:
update


Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -r1.65 -r1.66
*** tables_update.inc.php       27 Mar 2003 18:51:26 -0000      1.65
--- tables_update.inc.php       3 Apr 2003 16:55:03 -0000       1.66
***************
*** 75,78 ****
--- 75,90 ----
        }
        
+       $test[] = '0.9.14.501';
+       function phpgwapi_upgrade0_9_14_501()
+       {
+               // 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
+               
+               // 0.9.15.001/2/3/4 are already included in 0.9.14.501
+               
+               $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()
***************
*** 146,150 ****
                $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_config 
(config_app, config_name, config_value) VALUES 
('phpgwapi','sessions_app_timeout',86400)");
  
!               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.006';
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }
--- 158,162 ----
                $GLOBALS['phpgw_setup']->oProc->query("INSERT INTO phpgw_config 
(config_app, config_name, config_value) VALUES 
('phpgwapi','sessions_app_timeout',86400)");
  
!               $GLOBALS['setup_info']['phpgwapi']['currentver'] = 
'0.9.15.007';        // as 0.9.15.006 is already included
                return $GLOBALS['setup_info']['phpgwapi']['currentver'];
        }





reply via email to

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