mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 15:08:59 +01:00
Bump version to 009
This commit is contained in:
parent
659e7351c8
commit
92a4805448
@ -14,7 +14,7 @@
|
|||||||
/* Basic information about this app */
|
/* Basic information about this app */
|
||||||
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
$setup_info['phpgwapi']['name'] = 'phpgwapi';
|
||||||
$setup_info['phpgwapi']['title'] = 'phpgwapi';
|
$setup_info['phpgwapi']['title'] = 'phpgwapi';
|
||||||
$setup_info['phpgwapi']['version'] = '1.0.0.008';
|
$setup_info['phpgwapi']['version'] = '1.0.0.009';
|
||||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.27';
|
$setup_info['phpgwapi']['versions']['current_header'] = '1.27';
|
||||||
$setup_info['phpgwapi']['enable'] = 3;
|
$setup_info['phpgwapi']['enable'] = 3;
|
||||||
$setup_info['phpgwapi']['app_order'] = 1;
|
$setup_info['phpgwapi']['app_order'] = 1;
|
||||||
|
@ -1656,4 +1656,11 @@
|
|||||||
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.008';
|
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.008';
|
||||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$test[] = '1.0.0.008';
|
||||||
|
function phpgwapi_upgrade1_0_0_008()
|
||||||
|
{
|
||||||
|
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.009';
|
||||||
|
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user