update from 1.6.002

This commit is contained in:
Ralf Becker 2009-07-21 06:44:01 +00:00
parent 6a4974fd96
commit 34be1b838d

View File

@ -28,6 +28,11 @@ function phpgwapi_upgrade1_6_001()
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.7.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() 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(