mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
fixed not working update from 1.8.004
This commit is contained in:
parent
2b1ad4de7a
commit
04e39e4132
@ -43,11 +43,8 @@ function phpgwapi_upgrade1_8_003()
|
||||
*/
|
||||
function phpgwapi_upgrade1_8_004()
|
||||
{
|
||||
// run the two not included updates
|
||||
phpgwapi_upgrade1_9_010();
|
||||
phpgwapi_upgrade1_9_011();
|
||||
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.013';
|
||||
// run the not included update 1.9.010
|
||||
return phpgwapi_upgrade1_9_010();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user