support for 1.2.103 (3. 1.2 bugfix release)

This commit is contained in:
Ralf Becker 2006-06-24 17:31:15 +00:00
parent 74e122ee3b
commit 7630412a9e

View File

@ -53,6 +53,13 @@
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
$test[] = '1.3.001';
function phpgwapi_upgrade1_3_001()