forked from extern/egroupware
update from 1.6.002
This commit is contained in:
parent
8fb60be7d7
commit
e1a25587c8
@ -28,6 +28,11 @@ function phpgwapi_upgrade1_6_001()
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.7.001';
|
||||
}
|
||||
|
||||
function phpgwapi_upgrade1_6_002()
|
||||
{
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.7.001';
|
||||
}
|
||||
|
||||
function phpgwapi_upgrade1_7_001()
|
||||
{
|
||||
$GLOBALS['egw_setup']->oProc->AddColumn('egw_sqlfs','fs_link',array(
|
||||
|
Loading…
Reference in New Issue
Block a user