From 3b2f59e69d597a1e0d8d9fb0273a8f6b6bfc01f4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 18 May 2003 00:13:02 +0000 Subject: [PATCH] fixed app-title in 'The following apps need an update ...' --- home.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/home.php b/home.php index a365ad7b2d..161d2423e3 100755 --- a/home.php +++ b/home.php @@ -103,16 +103,14 @@ { include($_versionfile); $_file_version = $setup_info[$_app_name]['version']; - $_app_title = $setup_info[$_app_name]['title']; unset($setup_info); if($GLOBALS['phpgw']->common->cmp_version_long($_db_version,$_file_version)) { $_found = True; - $_app_string .= '
' . lang($_app_title); + $_app_string .= '
' . $GLOBALS['phpgw_info']['apps'][$_app_name]['title']; } unset($_file_version); - unset($_app_title); } unset($_db_version); unset($_versionfile);