Clarify the use of the display_cal parameter
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 2 Sep 2009 16:43:31 +0000 (12:43 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:49 +0000 (16:53 -0400)
kronolith/lib/Kronolith.php

index ea204b8..d87e275 100644 (file)
@@ -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'])) {