mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-13 15:08:33 +01:00
update version 0.9.14.001
This commit is contained in:
parent
586b2080bf
commit
1885c7251d
@ -1,15 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**************************************************************************\
|
||||||
* phpGroupWare - Setup *
|
* phpGroupWare - Setup *
|
||||||
* http://www.phpgroupware.org *
|
* http://www.phpgroupware.org *
|
||||||
* -------------------------------------------- *
|
* -------------------------------------------- *
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* 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 *
|
* 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 *
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||||
* option) any later version. *
|
* option) any later version. *
|
||||||
\**************************************************************************/
|
\**************************************************************************/
|
||||||
|
/* $Id$ */
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
/* Include older phpGroupWare update support */
|
/* Include older phpGroupWare update support */
|
||||||
include($appdir . 'tables_update_0_9_9.inc.php');
|
include($appdir . 'tables_update_0_9_9.inc.php');
|
||||||
@ -39,6 +38,13 @@
|
|||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
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';
|
||||||
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||||
|
}
|
||||||
|
|
||||||
$test[] = '0.9.15.001';
|
$test[] = '0.9.15.001';
|
||||||
function phpgwapi_upgrade0_9_15_001()
|
function phpgwapi_upgrade0_9_15_001()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user