forked from extern/egroupware
update script for 1.2.106 version
This commit is contained in:
parent
d2f93575e7
commit
7c7593c7df
@ -74,6 +74,13 @@
|
|||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.3.004';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$test[] = '1.2.106';
|
||||||
|
function phpgwapi_upgrade1_2_106()
|
||||||
|
{
|
||||||
|
// 6. 1.2 bugfix-release
|
||||||
|
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