This should now report correctly that the API is current

This commit is contained in:
Miles Lott 2002-01-04 04:43:00 +00:00
parent bd0b751b99
commit 63f8f96f3f

View File

@ -39,7 +39,10 @@
$_app_title = $setup_info[$app_name]['title'];
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; */
if(!$GLOBALS['phpgw']->common->cmp_version_long($_db_version,$_file_version))
{