aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-17 06:58:52 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-17 06:58:52 +0000
commitd4be55af095532abcb17cacb07de79520c1c4887 (patch)
tree41c55adaf3e101568820fa25b8a33e7216468bfb /month.php
parentfd14e5ce0beec32d38078064a865161433f33a06 (diff)
downloadphpicalendar-d4be55af095532abcb17cacb07de79520c1c4887.tar.gz
phpicalendar-d4be55af095532abcb17cacb07de79520c1c4887.tar.bz2
phpicalendar-d4be55af095532abcb17cacb07de79520c1c4887.zip
progress on recurrence:until and byday changes
Diffstat (limited to 'month.php')
-rw-r--r--month.php2
1 files changed, 1 insertions, 1 deletions
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);

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