todo
authorJan Schneider <jan@horde.org>
Wed, 4 Nov 2009 16:42:09 +0000 (17:42 +0100)
committerJan Schneider <jan@horde.org>
Thu, 5 Nov 2009 10:56:34 +0000 (11:56 +0100)
kronolith/lib/Kronolith.php

index a7cf7e3..41bdbad 100644 (file)
@@ -895,7 +895,8 @@ class Kronolith
                 if (in_array($calendarId, $_temp)) {
                     $GLOBALS['display_external_calendars'][] = $calendarId;
                 } else {
-                    /* Convert Kronolith 2 preferences. */
+                    /* Convert Kronolith 2 preferences.
+                     * @todo: remove in Kronolith 3.1. */
                     list($oldid,) = explode('/', $id);
                     if (in_array($api . '/' . $oldid, $_temp)) {
                         $GLOBALS['display_external_calendars'][] = $calendarId;