diff --git a/framework/Compress/lib/Horde/Compress/Tnef.php b/framework/Compress/lib/Horde/Compress/Tnef.php index 0d5f480952f..f691d5a7c81 100644 --- a/framework/Compress/lib/Horde/Compress/Tnef.php +++ b/framework/Compress/lib/Horde/Compress/Tnef.php @@ -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(); }