forked from extern/egroupware
added update from 1.0.0.008+9 to HEAD
This commit is contained in:
parent
4114f10419
commit
113c0f7b53
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user