projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9979d58
)
This is a property now.
author
Jan Schneider
<jan@horde.org>
Wed, 10 Nov 2010 18:43:57 +0000
(19:43 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 10 Nov 2010 18:43:57 +0000
(19:43 +0100)
framework/Icalendar/lib/Horde/Icalendar.php
patch
|
blob
|
history
diff --git
a/framework/Icalendar/lib/Horde/Icalendar.php
b/framework/Icalendar/lib/Horde/Icalendar.php
index
1e4f2b3
..
4c323c8
100644
(file)
--- a/
framework/Icalendar/lib/Horde/Icalendar.php
+++ b/
framework/Icalendar/lib/Horde/Icalendar.php
@@
-964,7
+964,7
@@
class Horde_Icalendar
$dates[] = $this->_exportDateTime($date);
}
}
- $value = implode($this->
isOldFormat()
? ';' : ',', $dates);
+ $value = implode($this->
oldFormat
? ';' : ',', $dates);
break;
case 'TRIGGER':