From: Michael J. Rubinsky Date: Wed, 2 Sep 2009 16:43:31 +0000 (-0400) Subject: Clarify the use of the display_cal parameter X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=73dd31d6b5185e9bbc0f755c11234e793516f43e;p=horde.git Clarify the use of the display_cal parameter --- diff --git a/kronolith/lib/Kronolith.php b/kronolith/lib/Kronolith.php index ea204b806..d87e2754f 100644 --- a/kronolith/lib/Kronolith.php +++ b/kronolith/lib/Kronolith.php @@ -727,9 +727,6 @@ class Kronolith } } } else { - /* Specifying a single calendar is always to make sure - * that it's shown. Use the "toggle_calendar" argument - * to toggle the state of a single calendar. */ if (strncmp($calendarId, 'remote_', 7) === 0) { $calendarId = substr($calendarId, 7); if (!in_array($calendarId, $GLOBALS['display_remote_calendars'])) {