[Top][All Lists]
[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';
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: phpgwapi/setup tables_update.inc.php,1.62,1.63,
Bettina Gille <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: phpgwapi/setup setup.inc.php,1.37.2.4,1.37.2.5 tables_update.inc.php,1.53.2.5,1.53.2.6
- Next by Date:
[Phpgroupware-cvs] CVS: sitemgr/templates/default translate_category.tpl,1.1.2.1,1.1.2.2 translate_page.tpl,1.1.2.1,1.1.2.2
- Previous by thread:
[Phpgroupware-cvs] CVS: phpgwapi/setup setup.inc.php,1.37.2.4,1.37.2.5 tables_update.inc.php,1.53.2.5,1.53.2.6
- Next by thread:
[Phpgroupware-cvs] CVS: sitemgr/templates/default translate_category.tpl,1.1.2.1,1.1.2.2 translate_page.tpl,1.1.2.1,1.1.2.2
- Index(es):