fixed bug reported by lutz falkenberg

killed warnig if no customfields are present
This commit is contained in:
Cornelius Weiß 2005-11-04 12:11:50 +00:00
parent 65c41b525e
commit 0c82e07152

View File

@ -56,7 +56,7 @@
$this->customfields = $value;
}
if(empty($this->customfields))
if(!is_array($this->customfields))
{
$cell['type'] = 'label';
return True;