projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e78d0ec
)
There is no $end property in Horde_Date_Recurrence.
author
Jan Schneider
<jan@horde.org>
Wed, 24 Mar 2010 18:12:42 +0000
(19:12 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 24 Mar 2010 18:12:42 +0000
(19:12 +0100)
kronolith/lib/Ajax/Application.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Ajax/Application.php
b/kronolith/lib/Ajax/Application.php
index
bbf16ee
..
dc939f4
100644
(file)
--- a/
kronolith/lib/Ajax/Application.php
+++ b/
kronolith/lib/Ajax/Application.php
@@
-188,7
+188,6
@@
class Kronolith_Ajax_Application extends Horde_Ajax_Application_Base
$event->end->mday += $value;
if ($event->recurs()) {
$event->recurrence->start->mday += $value;
- $event->recurrence->end->mday += $value;
}
break;
@@
-197,7
+196,6
@@
class Kronolith_Ajax_Application extends Horde_Ajax_Application_Base
$event->end->min += $value;
if ($event->recurs()) {
$event->recurrence->start->min += $value;
- $event->recurrence->end->min += $value;
}
break;
}