mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Applied a patch provided by the mailing list.
This commit is contained in:
parent
927fb55c0a
commit
050cd9acd2
@ -163,7 +163,7 @@
|
||||
global $phpgw, $phpgw_info;
|
||||
static $name_list;
|
||||
|
||||
if($name_list[$account_lid])
|
||||
if($name_list[$account_lid] && $name_list[$account_lid] != '')
|
||||
{
|
||||
return $name_list[$account_lid];
|
||||
}
|
||||
|
@ -194,7 +194,7 @@
|
||||
global $phpgw, $phpgw_info;
|
||||
static $name_list;
|
||||
|
||||
if($name_list[$account_lid])
|
||||
if($name_list[$account_lid] && $name_list[$account_lid] != '')
|
||||
{
|
||||
return $name_list[$account_lid];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user