support for 1.6.003

This commit is contained in:
Ralf Becker 2010-02-14 06:27:54 +00:00
parent 872fa0b72b
commit 0c640ed171

View File

@ -33,6 +33,11 @@ function phpgwapi_upgrade1_6_002()
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.7.001'; 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() function phpgwapi_upgrade1_7_001()
{ {
$GLOBALS['egw_setup']->oProc->AddColumn('egw_sqlfs','fs_link',array( $GLOBALS['egw_setup']->oProc->AddColumn('egw_sqlfs','fs_link',array(