forked from extern/egroupware
setting the version to 1.0.0.006
This commit is contained in:
parent
2bb9634b3e
commit
eaa73638f1
@ -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.005';
|
||||
$setup_info['phpgwapi']['version'] = '1.0.0.006';
|
||||
$setup_info['phpgwapi']['versions']['current_header'] = '1.27';
|
||||
$setup_info['phpgwapi']['enable'] = 3;
|
||||
$setup_info['phpgwapi']['app_order'] = 1;
|
||||
|
@ -1634,4 +1634,12 @@
|
||||
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.005';
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||
}
|
||||
|
||||
|
||||
$test[] = '1.0.0.005';
|
||||
function phpgwapi_upgrade1_0_0_005()
|
||||
{
|
||||
$GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.0.0.006';
|
||||
return $GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user