mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
1.2.105 bugfix release
This commit is contained in:
parent
746988d553
commit
b11016c31f
@ -67,6 +67,13 @@
|
|||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$test[] = '1.2.105';
|
||||||
|
function phpgwapi_upgrade1_2_104()
|
||||||
|
{
|
||||||
|
// 5. 1.2 bugfix-release
|
||||||
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
||||||
|
}
|
||||||
|
|
||||||
// updates in HEAD / 1.3
|
// updates in HEAD / 1.3
|
||||||
$test[] = '1.3.001';
|
$test[] = '1.3.001';
|
||||||
function phpgwapi_upgrade1_3_001()
|
function phpgwapi_upgrade1_3_001()
|
||||||
|
Loading…
Reference in New Issue
Block a user