mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
php3 "fix"
This commit is contained in:
parent
080706caab
commit
caff6e06e8
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user