mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
allow update from 1.0.0.007
This commit is contained in:
parent
33d296114f
commit
5a1de96f03
@ -68,6 +68,13 @@
|
||||
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';
|
||||
function phpgwapi_upgrade1_0_1_001()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user