allow update from 1.0.0.007

This commit is contained in:
Ralf Becker 2005-04-15 16:34:07 +00:00
parent 33d296114f
commit 5a1de96f03

View File

@ -68,6 +68,13 @@
return phpgwapi_upgrade1_0_0_004(); return phpgwapi_upgrade1_0_0_004();
} }
$test[] = '1.0.0.007';
function phpgwapi_upgrade1_0_0_007()
{
// 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'; $test[] = '1.0.1.001';
function phpgwapi_upgrade1_0_1_001() function phpgwapi_upgrade1_0_1_001()
{ {