projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25869b6
)
Fix fix, for recurring events.
author
Jan Schneider
<jan@horde.org>
Mon, 6 Apr 2009 17:24:23 +0000
(19:24 +0200)
committer
Jan Schneider
<jan@horde.org>
Mon, 6 Apr 2009 22:15:07 +0000
(
00:15
+0200)
kronolith/lib/Driver/Sql.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Driver/Sql.php
b/kronolith/lib/Driver/Sql.php
index
752d073
..
b524b6c
100644
(file)
--- a/
kronolith/lib/Driver/Sql.php
+++ b/
kronolith/lib/Driver/Sql.php
@@
-356,7
+356,7
@@
class Kronolith_Driver_Sql extends Kronolith_Driver
$events[$row['event_uid']] = $row['event_id'];
} else {
$next = $this->nextRecurrence($row['event_id'], $startInterval);
- if ($next && $next->compareDate($endInterval) < 0) {
+ if ($next && $next->compareDate
Time
($endInterval) < 0) {
$events[$row['event_uid']] = $row['event_id'];
}
}