mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
update from 1.8.007
This commit is contained in:
parent
33594b565d
commit
d5777290ab
@ -50,6 +50,10 @@ function phpgwapi_upgrade1_8_005()
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.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
|
||||
phpgwapi_upgrade1_9_010();
|
||||
|
Loading…
Reference in New Issue
Block a user