From 240478eaa4215572691e01fc79ce2dedf9767337 Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Wed, 27 May 2009 16:47:40 +0000 Subject: Fixes for print view --- functions/init/date_range.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions/init') diff --git a/functions/init/date_range.php b/functions/init/date_range.php index 6306c04..e202b6d 100644 --- a/functions/init/date_range.php +++ b/functions/init/date_range.php @@ -30,6 +30,7 @@ switch ($current_view){ case 'month': case 'week': case 'day': + case 'print': $mArray_begin = mktime (0,0,0,$start_month,1,($start_year)); $mArray_end = mktime (0,0,0,$end_month,31,($end_year)); break; -- cgit v1.2.3