Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 8, 2014
1 parent 4894665 commit 8eab226
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions framework/Compress/lib/Horde/Compress/Tnef.php
Expand Up @@ -390,10 +390,6 @@ protected function _extractMapiAttributes($data, &$attachment_data)
$attachment_data[0]['uid'] = Horde_Mapi::getUidFromGoid(bin2hex($value));
break;
case self::MAPI_APPOINTMENT_RECUR:
// Need to decode this to fully support recurring meeting
// requests since it's the only way to get the full recurrence
// definition, including exceptions.
// @TODO.
if (empty($attachment_data[0]['recurrence'])) {
$attachment_data[0]['recurrence'] = array();
}
Expand Down

0 comments on commit 8eab226

Please sign in to comment.