From 73dd31d6b5185e9bbc0f755c11234e793516f43e Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Wed, 2 Sep 2009 12:43:31 -0400 Subject: [PATCH] Clarify the use of the display_cal parameter --- kronolith/lib/Kronolith.php | 3 --- 1 file changed, 3 deletions(-) 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'])) { -- 2.11.0