projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a3116
)
prune code that produced no effects.
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 9 Jul 2010 16:31:37 +0000
(12:31 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 9 Jul 2010 16:31:37 +0000
(12:31 -0400)
imp/lib/Mime/Viewer/Itip.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/Itip.php
b/imp/lib/Mime/Viewer/Itip.php
index
e734df4
..
dbd4f3f
100644
(file)
--- a/
imp/lib/Mime/Viewer/Itip.php
+++ b/
imp/lib/Mime/Viewer/Itip.php
@@
-159,10
+159,6
@@
class IMP_Horde_Mime_Viewer_Itip extends Horde_Mime_Viewer_Driver
case 'vEvent':
$handled = false;
$guid = $components[$key]->getAttribute('UID');
- // Check if this is an update.
- try {
- $registry->call('calendar/export', array($guid, 'text/calendar'));
- } catch (Horde_Exception $e) {}
// Try to update in calendar.
if ($registry->hasMethod('calendar/replace')) {