mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
support for 1.6.003
This commit is contained in:
parent
9e8227f200
commit
ef0258a96d
@ -33,6 +33,11 @@ function phpgwapi_upgrade1_6_002()
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.7.001';
|
||||
}
|
||||
|
||||
function phpgwapi_upgrade1_6_003()
|
||||
{
|
||||
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