update from 1.8.007

This commit is contained in:
Ralf Becker 2014-05-06 07:23:11 +00:00
parent 33594b565d
commit d5777290ab

View File

@ -50,6 +50,10 @@ function phpgwapi_upgrade1_8_005()
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.006'; return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.006';
} }
function phpgwapi_upgrade1_8_006() function phpgwapi_upgrade1_8_006()
{
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.007';
}
function phpgwapi_upgrade1_8_007()
{ {
// run the two not included updates // run the two not included updates
phpgwapi_upgrade1_9_010(); phpgwapi_upgrade1_9_010();