fix for bug [ 1362733 ] Setting is ruining calendar display...

This commit is contained in:
Ralf Becker 2005-12-01 20:21:16 +00:00
parent 4ca328c05d
commit f227e36362

View File

@ -46,7 +46,7 @@ if($GLOBALS['egw_info']['flags']['currentapp'] != 'home' &&
}
else
{
$_returnhtml[$app_name] = lang('This application requires an upgrade') . ": \n <br/>" . lang('Please run setup to become current') . '.' . "\n";
$_returnhtml[$app_name] = lang('This application requires an upgrade') . ": \n <br />" . lang('Please run setup to become current') . '.' . "\n";
}
}
else
@ -77,13 +77,8 @@ if($GLOBALS['egw_info']['flags']['currentapp'] != 'home' &&
unset($_db_version);
unset($_versionfile);
}
echo '<p style="text-align: center;">'.implode('<br />',$_returnhtml)."</p>\n";
echo '<center>';
foreach ($_returnhtml as $_html)
{
echo '<br/>'.$_html;
}
echo '<center/>';
unset($_returnhtml);
unset($_html);
}