mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
update script for 1.2.106 version
This commit is contained in:
parent
d2f93575e7
commit
7c7593c7df
@ -74,6 +74,13 @@
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
||||
}
|
||||
|
||||
$test[] = '1.2.106';
|
||||
function phpgwapi_upgrade1_2_106()
|
||||
{
|
||||
// 6. 1.2 bugfix-release
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
||||
}
|
||||
|
||||
// updates in HEAD / 1.3
|
||||
$test[] = '1.3.001';
|
||||
function phpgwapi_upgrade1_3_001()
|
||||
|
Loading…
Reference in New Issue
Block a user