Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 6, 2014
1 parent 1f629bd commit b5f0263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php
Expand Up @@ -1152,6 +1152,8 @@ public function _parseSyncOptions(&$collection)
}
}

// @todo This seems to no longer be supported by the specs? Probably
// a leftover from EAS 1 or 2.0. Remove in H6.
if ($this->_decoder->getElementStartTag(Horde_ActiveSync::SYNC_RTFTRUNCATION)) {
$options['rtftruncation'] = $this->_decoder->getElementContent();
if (!$this->_decoder->getElementEndTag()) {
Expand Down

0 comments on commit b5f0263

Please sign in to comment.