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.62,1.63


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.62,1.63
Date: Mon, 25 Nov 2002 13:33:36 -0500

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

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

Index: tables_update.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/setup/tables_update.inc.php,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -r1.62 -r1.63
*** tables_update.inc.php       26 Oct 2002 22:39:19 -0000      1.62
--- tables_update.inc.php       25 Nov 2002 18:33:30 -0000      1.63
***************
*** 1,14 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - Setup                                                     *
!   * http://www.phpgroupware.org                                              *
!   * --------------------------------------------                             *
!   *  This program is free software; you can redistribute it and/or modify it *
!   *  under the terms of the GNU General Public License as published by the   *
!   *  Free Software Foundation; either version 2 of the License, or (at your  *
!   *  option) any later version.                                              *
!   \**************************************************************************/
! 
!   /* $Id$ */
  
        /* Include older phpGroupWare update support */
--- 1,13 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - Setup                                                  
   *
!       * http://www.phpgroupware.org                                           
   *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
!       /* $Id$ */
  
        /* Include older phpGroupWare update support */
***************
*** 35,38 ****
--- 34,44 ----
        $test[] = '0.9.14.000';
        function phpgwapi_upgrade0_9_14_000()
+       {
+               $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.001';
+               return $GLOBALS['setup_info']['phpgwapi']['currentver'];
+       }
+ 
+       $test[] = '0.9.14.001';
+       function phpgwapi_upgrade0_9_14_001()
        {
                $GLOBALS['setup_info']['phpgwapi']['currentver'] = '0.9.15.001';





reply via email to

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