update from 1.8.005

This commit is contained in:
Ralf Becker 2013-09-11 16:30:05 +00:00
parent b4007621f7
commit d26cfed93a

View File

@ -42,6 +42,10 @@ function phpgwapi_upgrade1_8_003()
* @return string
*/
function phpgwapi_upgrade1_8_004()
{
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.005';
}
function phpgwapi_upgrade1_8_005()
{
// run the two not included updates
phpgwapi_upgrade1_9_010();