added link to setup to the "The following apps require upgrades" message

This commit is contained in:
Ralf Becker 2004-06-28 07:08:13 +00:00
parent 18d2267e78
commit 58f8d6ff21

View File

@ -170,7 +170,7 @@
{
echo '<br>' . lang('The following applications require upgrades') . ':' . "\n";
echo $_app_string . "\n";
echo '<br>' . lang('Please run setup to become current') . '.' . "\n";
echo '<br><a href="setup/" target="_blank">' . lang('Please run setup to become current') . '.' . "</a>\n";
unset($_app_string);
}
}