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. --- month.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'month.php') diff --git a/month.php b/month.php index 87fb280..b2b38a3 100644 --- a/month.php +++ b/month.php @@ -48,6 +48,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); $page = new Page(BASE.'templates/'.$template.'/month.tpl'); @@ -72,13 +73,13 @@ $page->replace_tags(array( 'rss_available' => '', 'rss_valid' => '', 'show_search' => $show_search, - 'show_search' => $show_search, 'next_month' => $next_month, 'prev_month' => $prev_month, 'show_goto' => '', 'is_logged_in' => '', 'list_jumps' => $list_jumps, '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