aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2005-09-14 20:44:55 +0000
committerChad Little <clittle@users.sourceforge.net>2005-09-14 20:44:55 +0000
commitdeac2b72545c65c85c8c81f09eaba7e06e8ac201 (patch)
tree697b747924e0069debf5a4bb7b6cc81ed120f0dc /month.php
parent53a2c2b2694871cd549cd87f37497f794546617b (diff)
downloadphpicalendar-deac2b72545c65c85c8c81f09eaba7e06e8ac201.tar.gz
phpicalendar-deac2b72545c65c85c8c81f09eaba7e06e8ac201.tar.bz2
phpicalendar-deac2b72545c65c85c8c81f09eaba7e06e8ac201.zip
Multiple calendar selection patch. Needs formatting.
Diffstat (limited to 'month.php')
-rw-r--r--month.php3
1 files changed, 2 insertions, 1 deletions
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,

© 2014-2024 Faster IT GmbH | imprint | privacy policy