forked from extern/egroupware
fix sif syncml from ob@dansound.dk on devel list
This commit is contained in:
parent
121a44bf71
commit
22449ee1a4
@ -73,7 +73,7 @@
|
||||
function endElement($_parser, $_tag) {
|
||||
#error_log($_tag .' => '. $this->sifData);
|
||||
if(!empty($this->sifMapping[$_tag])) {
|
||||
$this->event[$this->sifMapping[$_tag]] = $this->sifData;
|
||||
$this->event[$this->sifMapping[$_tag]] = trim($this->sifData);
|
||||
}
|
||||
unset($this->sifData);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user