projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41fd364
)
Use hasRecurEnd().
author
Jan Schneider
<jan@horde.org>
Thu, 18 Nov 2010 15:53:29 +0000
(16:53 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 18 Nov 2010 15:53:29 +0000
(16:53 +0100)
framework/Date/lib/Horde/Date/Recurrence.php
patch
|
blob
|
history
diff --git
a/framework/Date/lib/Horde/Date/Recurrence.php
b/framework/Date/lib/Horde/Date/Recurrence.php
index
318ce4b
..
08dfc2d
100644
(file)
--- a/
framework/Date/lib/Horde/Date/Recurrence.php
+++ b/
framework/Date/lib/Horde/Date/Recurrence.php
@@
-1550,7
+1550,7
@@
class Horde_Date_Recurrence
$json = new stdClass;
$json->t = $this->recurType;
$json->i = $this->recurInterval;
- if ($this->
recurEnd
) {
+ if ($this->
hasRecurEnd()
) {
$json->e = $this->recurEnd->toJson();
}
if ($this->recurCount) {