aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init/date_range.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions/init/date_range.php')
-rw-r--r--functions/init/date_range.php1
1 files changed, 1 insertions, 0 deletions
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;

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