From 58f8d6ff21c4d28d5b3d25e5258f1d9fb6bf6735 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 28 Jun 2004 07:08:13 +0000 Subject: [PATCH] added link to setup to the "The following apps require upgrades" message --- home.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.php b/home.php index f96b485f6c..11e9cb41f2 100755 --- a/home.php +++ b/home.php @@ -170,7 +170,7 @@ { echo '
' . lang('The following applications require upgrades') . ':' . "\n"; echo $_app_string . "\n"; - echo '
' . lang('Please run setup to become current') . '.' . "\n"; + echo '
' . lang('Please run setup to become current') . '.' . "\n"; unset($_app_string); } }