From d4be55af095532abcb17cacb07de79520c1c4887 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 17 Dec 2008 06:58:52 +0000 Subject: progress on recurrence:until and byday changes --- month.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'month.php') diff --git a/month.php b/month.php index 9811669..989fe9e 100644 --- a/month.php +++ b/month.php @@ -125,7 +125,7 @@ if ($phpiCal_config->show_search != 'yes') { $page->nosearch($page); } -if ($this_months_events == 'yes') { +if ($phpiCal_config->this_months_events == 'yes') { $page->monthbottom($page); } else { $page->nomonthbottom($page); -- cgit v1.2.3