forked from extern/egroupware
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';
|
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user