projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781417e
)
$event->recurrence will never be set here
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 7 Aug 2010 00:25:37 +0000
(20:25 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sat, 7 Aug 2010 00:25:37 +0000
(20:25 -0400)
kronolith/edit.php
patch
|
blob
|
history
diff --git
a/kronolith/edit.php
b/kronolith/edit.php
index
71fdaa6
..
4fb8922
100644
(file)
--- a/
kronolith/edit.php
+++ b/
kronolith/edit.php
@@
-98,7
+98,6
@@
if ($exception = Horde_Util::getFormData('del_exception')) {
$kronolith_driver->open($target);
$event = $kronolith_driver->getEvent();
$event->readForm();
- $event->recurrence->setRecurType(Horde_Date_Recurrence::RECUR_NONE);
$event->baseid = $uid;
$event->exceptionoriginaldate = new Horde_Date($exception->strftime('%Y-%m-%d') . 'T' . $originaltime . $exception->strftime('%P'));