Applied a patch provided by the mailing list.

This commit is contained in:
skeeter 2001-08-18 19:09:56 +00:00
parent 927fb55c0a
commit 050cd9acd2
2 changed files with 2 additions and 2 deletions

View File

@ -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];
}

View File

@ -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];
}