aboutsummaryrefslogtreecommitdiffstats
path: root/print.php
diff options
context:
space:
mode:
authordavef <davefd2@users.sourceforge.net>2005-05-06 21:44:50 +0000
committerdavef <davefd2@users.sourceforge.net>2005-05-06 21:44:50 +0000
commit8c9fa31ab014070c603ca899ec489b5c85cf8bc8 (patch)
treef6c6be23e224b40d3e54038780cfd11416ee170c /print.php
parent64a602fe3319cd1cc2e87e6dfb76c3c40cf46ef6 (diff)
downloadphpicalendar-8c9fa31ab014070c603ca899ec489b5c85cf8bc8.tar.gz
phpicalendar-8c9fa31ab014070c603ca899ec489b5c85cf8bc8.tar.bz2
phpicalendar-8c9fa31ab014070c603ca899ec489b5c85cf8bc8.zip
SF Patch # 1093772 - copied the changes out, and "applied" the patch. $printview_default works again.
Diffstat (limited to 'print.php')
-rw-r--r--print.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.php b/print.php
index 397ea30..e173765 100644
--- a/print.php
+++ b/print.php
@@ -9,10 +9,10 @@ header("Content-Type: text/html; charset=$charset");
$start_week_time = strtotime(dateOfWeek($getdate, $week_start_day));
$end_week_time = $start_week_time + (6 * 25 * 60 * 60);
$parse_month = date ("Ym", strtotime($getdate));
-$printview = $_GET['printview'];
$cal_displayname = str_replace("32", " ", $cal);
$events_week = 0;
$unix_time = strtotime($getdate);
+if (!$printview) $printview = $_GET['printview'];
if ($printview == 'day') {
$display_date = localizeDate ($dateFormat_day, strtotime($getdate));

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