style
authorJan Schneider <jan@horde.org>
Wed, 11 Aug 2010 15:34:37 +0000 (17:34 +0200)
committerJan Schneider <jan@horde.org>
Wed, 11 Aug 2010 15:34:57 +0000 (17:34 +0200)
kronolith/lib/Event.php

index d22d4e5..765829e 100644 (file)
@@ -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));
     }