From 10318b0554f0cecc1036eac27d4bfdf242f28127 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 7 Oct 2003 09:59:40 +0000 Subject: [PATCH] fixed annoying typo, that caused the lang-files to be loaded on every login --- phpgwapi/inc/class.translation_sql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.translation_sql.inc.php b/phpgwapi/inc/class.translation_sql.inc.php index a34ef2d2e0..b040284b36 100644 --- a/phpgwapi/inc/class.translation_sql.inc.php +++ b/phpgwapi/inc/class.translation_sql.inc.php @@ -347,7 +347,7 @@ $raw[$app_name][$message_id] = $content; } - $GLOBALS['phpgw_info']['server']['lang_ctimes'][$lang][$app['name']] = filectime($appfile); + $GLOBALS['phpgw_info']['server']['lang_ctimes'][$lang][$app] = filectime($appfile); } } $charset = @$raw['common']['charset'] ? $raw['common']['charset'] : $this->charset($lang);