"added update from 1.2.107"

This commit is contained in:
Ralf Becker 2007-06-03 21:04:54 +00:00
parent 57cb909a28
commit 6ce9cd6e03

View File

@ -81,6 +81,13 @@
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
}
$test[] = '1.2.107';
function phpgwapi_upgrade1_2_107()
{
// 1.2.107 security update
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
}
// updates in HEAD / 1.3
$test[] = '1.3.001';
function phpgwapi_upgrade1_3_001()