From: Jan Schneider Date: Wed, 11 Aug 2010 15:34:37 +0000 (+0200) Subject: style X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=83c583e7cba83527d8a33565911f84db1519eae7;p=horde.git style --- 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)); }