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