From 09643a5841c1cec29871e0b4d1eb4d6e10108a4b Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Thu, 2 Nov 2006 08:06:03 +0000 Subject: bug fix for repeating events where first day of month is same as repeat day --- month.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'month.php') 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( -- cgit v1.2.3