mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
update to 1.8.005
This commit is contained in:
parent
dea0e0a81a
commit
1c815af123
@ -12,7 +12,7 @@
|
||||
/* Basic information about this app */
|
||||
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
||||
$setup_info['phpgwapi']['title'] = 'eGroupWare API';
|
||||
$setup_info['phpgwapi']['version'] = '1.8.004';
|
||||
$setup_info['phpgwapi']['version'] = '1.8.005';
|
||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.29';
|
||||
$setup_info['phpgwapi']['enable'] = 3;
|
||||
$setup_info['phpgwapi']['app_order'] = 1;
|
||||
|
@ -370,4 +370,8 @@ function phpgwapi_upgrade1_8_003()
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.004';
|
||||
}
|
||||
|
||||
function phpgwapi_upgrade1_8_004()
|
||||
{
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.8.005';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user