mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 15:47:54 +02:00
fixed not working update from 1.8.004
This commit is contained in:
@ -43,11 +43,8 @@ function phpgwapi_upgrade1_8_003()
|
|||||||
*/
|
*/
|
||||||
function phpgwapi_upgrade1_8_004()
|
function phpgwapi_upgrade1_8_004()
|
||||||
{
|
{
|
||||||
// run the two not included updates
|
// run the not included update 1.9.010
|
||||||
phpgwapi_upgrade1_9_010();
|
return phpgwapi_upgrade1_9_010();
|
||||||
phpgwapi_upgrade1_9_011();
|
|
||||||
|
|
||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.013';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user