mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix sif syncml from ob@dansound.dk on devel list
This commit is contained in:
parent
28114e0ed1
commit
cea9766cc4
@ -73,7 +73,7 @@
|
|||||||
function endElement($_parser, $_tag) {
|
function endElement($_parser, $_tag) {
|
||||||
#error_log($_tag .' => '. $this->sifData);
|
#error_log($_tag .' => '. $this->sifData);
|
||||||
if(!empty($this->sifMapping[$_tag])) {
|
if(!empty($this->sifMapping[$_tag])) {
|
||||||
$this->event[$this->sifMapping[$_tag]] = $this->sifData;
|
$this->event[$this->sifMapping[$_tag]] = trim($this->sifData);
|
||||||
}
|
}
|
||||||
unset($this->sifData);
|
unset($this->sifData);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user