"update from egw-1.4.004"

This commit is contained in:
Ralf Becker 2008-04-15 13:02:20 +00:00
parent b0ebb4d0d8
commit 6cc0093543

View File

@ -38,6 +38,12 @@
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.5.001';
}
$test[] = '1.4.004';
function phpgwapi_upgrade1_4_004()
{
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.5.001';
}
$test[] = '1.5.001';
function phpgwapi_upgrade1_5_001()
{