More checking for caching.

This commit is contained in:
skeeter 2001-09-03 09:48:32 +00:00
parent 81dfa789c0
commit e5b4517469

View File

@ -238,7 +238,7 @@
static $account_type;
$account_id = get_account_id($accountid);
if(@isset($account_type[$account_id]))
if(@isset($account_type[$account_id]) && @$account_type[$account_id])
{
return $account_type[$account_id];
}