mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-18 11:21:23 +01:00
"added update from 1.2.107"
This commit is contained in:
parent
57cb909a28
commit
6ce9cd6e03
@ -81,6 +81,13 @@
|
|||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$test[] = '1.2.107';
|
||||||
|
function phpgwapi_upgrade1_2_107()
|
||||||
|
{
|
||||||
|
// 1.2.107 security update
|
||||||
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
||||||
|
}
|
||||||
|
|
||||||
// updates in HEAD / 1.3
|
// updates in HEAD / 1.3
|
||||||
$test[] = '1.3.001';
|
$test[] = '1.3.001';
|
||||||
function phpgwapi_upgrade1_3_001()
|
function phpgwapi_upgrade1_3_001()
|
||||||
|
Loading…
Reference in New Issue
Block a user