php3 "fix"

This commit is contained in:
Miles Lott 2001-12-07 21:53:12 +00:00
parent 080706caab
commit caff6e06e8

View File

@ -216,7 +216,7 @@
reset($ar);
list($typ, $val) = each($ar);
$rs.='<value>';
$rs.=$this->serializedata($typ, $val);
$rs.= @$this->serializedata($typ, $val);
$rs.='</value>'."\n";
return $rs;
}