mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix to get around erroneous version in admin/setup/setup.inc.php
This commit is contained in:
parent
9b43ab3ba7
commit
5c92817fde
@ -1678,6 +1678,12 @@
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
|
||||
}
|
||||
|
||||
$test[] = '0.9.11.011';
|
||||
function upgrade0_9_11_011()
|
||||
{
|
||||
global $phpgw_info;
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
|
||||
}
|
||||
|
||||
reset ($test);
|
||||
while (list ($key, $value) = each ($test)){
|
||||
|
@ -2198,6 +2198,13 @@
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
|
||||
}
|
||||
|
||||
$test[] = '0.9.11.011';
|
||||
function upgrade0_9_11_011()
|
||||
{
|
||||
global $phpgw_info;
|
||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.13.001';
|
||||
}
|
||||
|
||||
reset ($test);
|
||||
while (list ($key, $value) = each ($test)){
|
||||
if ($phpgw_info["setup"]["currentver"]["phpgwapi"] == $value) {
|
||||
|
Loading…
Reference in New Issue
Block a user