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.66,1.67


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.66,1.67
Date: Fri, 18 Apr 2003 13:59:44 -0400

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

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

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -r1.66 -r1.67
*** tables_update.inc.php       3 Apr 2003 16:55:03 -0000       1.66
--- tables_update.inc.php       18 Apr 2003 17:59:41 -0000      1.67
***************
*** 59,62 ****
--- 59,75 ----
        }
  
+       $test[] = '0.9.14.003';
+       function phpgwapi_upgrade0_9_14_003()
+       {
+               // 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()





reply via email to

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