forked from extern/egroupware
This should now report correctly that the API is current
This commit is contained in:
parent
bd0b751b99
commit
63f8f96f3f
@ -39,7 +39,10 @@
|
|||||||
$_app_title = $setup_info[$app_name]['title'];
|
$_app_title = $setup_info[$app_name]['title'];
|
||||||
unset($setup_info);
|
unset($setup_info);
|
||||||
|
|
||||||
$api_str = '<br>' . lang('The API requires an upgrade');
|
if($app_name == 'phpgwapi')
|
||||||
|
{
|
||||||
|
$api_str = '<br>' . lang('The API requires an upgrade');
|
||||||
|
}
|
||||||
/* echo $app_name . ',' . $_db_version . ',' . $_file_version; */
|
/* echo $app_name . ',' . $_db_version . ',' . $_file_version; */
|
||||||
if(!$GLOBALS['phpgw']->common->cmp_version_long($_db_version,$_file_version))
|
if(!$GLOBALS['phpgw']->common->cmp_version_long($_db_version,$_file_version))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user