mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
updated api-version to 1.0.0.003 for the final 1.0
Yuhuuuu :-)
This commit is contained in:
parent
2327d941d2
commit
8a6114d506
@ -14,7 +14,7 @@
|
||||
/* Basic information about this app */
|
||||
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
||||
$setup_info['phpgwapi']['title'] = 'phpgwapi';
|
||||
$setup_info['phpgwapi']['version'] = '1.0.0.002';
|
||||
$setup_info['phpgwapi']['version'] = '1.0.0.003';
|
||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.27';
|
||||
$setup_info['phpgwapi']['enable'] = 3;
|
||||
$setup_info['phpgwapi']['app_order'] = 1;
|
||||
|
@ -1402,4 +1402,12 @@
|
||||
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.002';
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||
}
|
||||
|
||||
|
||||
$test[] = '1.0.0.002';
|
||||
function phpgwapi_upgrade1_0_0_002()
|
||||
{
|
||||
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.003';
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user