This might be an end tag instead of content...some clients seem to send
tag pairs even when there is no content...this allows them to continue working
withoug throwing fatal errors
$decoded = $decoder->getElementContent();
if ($decoded === false) {
$this->_logError('Unable to get content for ' . $entity[Horde_ActiveSync_Wbxml::EN_TAG]);
- throw new Horde_ActiveSync_Exception('Unknown parsing error.');
+ //throw new Horde_ActiveSync_Exception('Unknown parsing error.');
}
if (!$decoder->getElementEndTag()) {