mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 06:59:46 +01:00
1.2.105 bugfix release
This commit is contained in:
parent
938adaa786
commit
1c381dc114
@ -14,7 +14,7 @@
|
||||
/* Basic information about this app */
|
||||
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
||||
$setup_info['phpgwapi']['title'] = 'eGroupWare API';
|
||||
$setup_info['phpgwapi']['version'] = '1.2.104';
|
||||
$setup_info['phpgwapi']['version'] = '1.2.105';
|
||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.28';
|
||||
$setup_info['phpgwapi']['enable'] = 3;
|
||||
$setup_info['phpgwapi']['app_order'] = 1;
|
||||
|
@ -1189,6 +1189,7 @@
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.2.103';
|
||||
}
|
||||
|
||||
|
||||
$test[] = '1.2.103';
|
||||
function phpgwapi_upgrade1_2_103()
|
||||
{
|
||||
@ -1199,4 +1200,10 @@
|
||||
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.2.104';
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
$test[] = '1.2.104';
|
||||
function phpgwapi_upgrade1_2_104()
|
||||
{
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.2.105';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user