From f327c0bbc3252553eea7f66db88e031554a3fe11 Mon Sep 17 00:00:00 2001 From: Wesley Miaw Date: Thu, 24 Nov 2005 04:28:34 +0000 Subject: Fixed support for multiple selection web calendars. You can now select multiple local and web calendars, in any number and combination. The calendar name will also be displayed correctly, instead of only displaying a single calendar name when multiple calendars are chosen. --- week.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'week.php') diff --git a/week.php b/week.php index 7cde70a..ed95bd0 100644 --- a/week.php +++ b/week.php @@ -62,7 +62,7 @@ $page->replace_tags(array( 'getdate' => $getdate, 'getcpath' => "&cpath=$cpath", 'cpath' => $cpath, - 'calendar_name' => $calendar_name, + 'calendar_name' => $cal_displayname, 'display_date' => $display_date, 'current_view' => $current_view, 'sidebar_date' => $sidebar_date, -- cgit v1.2.3