mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
support for the new 1.0.0 revision 1.0.0.006
This commit is contained in:
parent
465041f39c
commit
26dee37d3e
@ -61,6 +61,13 @@
|
||||
return phpgwapi_upgrade1_0_0_004();
|
||||
}
|
||||
|
||||
$test[] = '1.0.0.006';
|
||||
function phpgwapi_upgrade1_0_0_006()
|
||||
{
|
||||
// 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