projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808fb0c
)
style
author
Jan Schneider
<jan@horde.org>
Wed, 11 Aug 2010 15:34:37 +0000
(17:34 +0200)
committer
Jan Schneider
<jan@horde.org>
Wed, 11 Aug 2010 15:34:57 +0000
(17:34 +0200)
kronolith/lib/Event.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Event.php
b/kronolith/lib/Event.php
index
d22d4e5
..
765829e
100644
(file)
--- a/
kronolith/lib/Event.php
+++ b/
kronolith/lib/Event.php
@@
-1846,7
+1846,8
@@
abstract class Kronolith_Event
* @return string List of exception dates and delete links.
*/
public function exceptionsList()
- { $exceptions = $this->recurrence->getExceptions();
+ {
+ $exceptions = $this->recurrence->getExceptions();
asort($exceptions);
return implode(', ', array_map(array($this, 'exceptionLink'), $exceptions));
}