From deac2b72545c65c85c8c81f09eaba7e06e8ac201 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 14 Sep 2005 20:44:55 +0000 Subject: Multiple calendar selection patch. Needs formatting. --- week.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'week.php') diff --git a/week.php b/week.php index e19b175..1018b5b 100644 --- a/week.php +++ b/week.php @@ -36,6 +36,7 @@ $list_months = list_months(); $list_weeks = list_weeks(); $list_jumps = list_jumps(); $list_calcolors = list_calcolors(); +$list_icals_pick = display_ical_list(availableCalendars($username, $password, $ALL_CALENDARS_COMBINED), TRUE); // login/logout $is_logged_in = ($username != '' && !$invalid_login) ? true : false; @@ -80,6 +81,7 @@ $page->replace_tags(array( 'username' => $username, 'logout_querys' => $logout_querys, 'list_icals' => $list_icals, + 'list_icals_pick' => $list_icals_pick, 'list_years' => $list_years, 'list_months' => $list_months, 'list_weeks' => $list_weeks, -- cgit v1.2.3