From 83c583e7cba83527d8a33565911f84db1519eae7 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 11 Aug 2010 17:34:37 +0200 Subject: [PATCH] style --- kronolith/lib/Event.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index d22d4e55e..765829e48 100644 --- 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)); } -- 2.11.0