aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-11-02 08:06:03 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-11-02 08:06:03 +0000
commit09643a5841c1cec29871e0b4d1eb4d6e10108a4b (patch)
tree9bc24cf07a31141ef3f172d2b7cf4128e3859b8d /month.php
parent956548beab93780c028f79ce0c75d06093306f19 (diff)
downloadphpicalendar-09643a5841c1cec29871e0b4d1eb4d6e10108a4b.tar.gz
phpicalendar-09643a5841c1cec29871e0b4d1eb4d6e10108a4b.tar.bz2
phpicalendar-09643a5841c1cec29871e0b4d1eb4d6e10108a4b.zip
bug fix for repeating events where first day of month is same as repeat day
Diffstat (limited to 'month.php')
-rw-r--r--month.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/month.php b/month.php
index 8b6d5de..8e5d2aa 100644
--- a/month.php
+++ b/month.php
@@ -56,8 +56,8 @@ $page->replace_files(array(
'header' => BASE.'templates/'.$template.'/header.tpl',
'event_js' => BASE.'functions/event.js',
'footer' => BASE.'templates/'.$template.'/footer.tpl',
- 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl',
- 'search_box' => BASE.'templates/'.$template.'/search_box.tpl'
+ 'calendar_nav' => BASE.'templates/'.$template.'/calendar_nav.tpl',
+ 'search_box' => BASE.'templates/'.$template.'/search_box.tpl'
));
$page->replace_tags(array(

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