forked from extern/egroupware
support for 1.2.103 (3. 1.2 bugfix release)
This commit is contained in:
parent
74e122ee3b
commit
7630412a9e
@ -53,6 +53,13 @@
|
|||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$test[] = '1.2.103';
|
||||||
|
function phpgwapi_upgrade1_2_103()
|
||||||
|
{
|
||||||
|
// 3. 1.2 bugfix-release: link-stuff, cal-layout, ...
|
||||||
|
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