added update from 1.0.0.008+9 to HEAD

This commit is contained in:
Ralf Becker 2005-08-30 14:09:20 +00:00
parent 4114f10419
commit 113c0f7b53

View File

@ -75,6 +75,20 @@
return phpgwapi_upgrade1_0_0_004();
}
$test[] = '1.0.0.008';
function phpgwapi_upgrade1_0_0_008()
{
// identical to 1.0.0.001, only created to get a new version of the bugfix release
return phpgwapi_upgrade1_0_0_004();
}
$test[] = '1.0.0.009';
function phpgwapi_upgrade1_0_0_009()
{
// identical to 1.0.0.001, only created to get a new version of the bugfix release
return phpgwapi_upgrade1_0_0_004();
}
$test[] = '1.0.1.001';
function phpgwapi_upgrade1_0_1_001()
{