fixed typo according to patch [ 983936 ] Problem with language preferences

This commit is contained in:
Ralf Becker 2004-07-03 12:43:52 +00:00
parent 026c103016
commit f9c991624a

View File

@ -282,7 +282,7 @@
{
$title = $app_name = $this->db->f('app_name');
if (@is_array($GLOBALS['phpgw_info']['user']['preferences']) &
if (@is_array($GLOBALS['phpgw_info']['user']['preferences']) &&
($t = lang($app_name)) != $app_name.'*')
{
$title = $t;