update script for 1.2.106 version

This commit is contained in:
Cornelius Weiß 2006-10-19 15:31:22 +00:00
parent d2f93575e7
commit 7c7593c7df

View File

@ -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()