aboutsummaryrefslogtreecommitdiffstats
path: root/print.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-05-29 18:28:00 +0000
committerChad Little <clittle@users.sourceforge.net>2003-05-29 18:28:00 +0000
commit74ed9436b9d44a08ec836611dee60353d9020614 (patch)
tree7089d40730971a229ea968e62f8d23c8429577e1 /print.php
parent572e8a6a1f9dbc8e2a7ac0dc480689487b4217aa (diff)
downloadphpicalendar-74ed9436b9d44a08ec836611dee60353d9020614.tar.gz
phpicalendar-74ed9436b9d44a08ec836611dee60353d9020614.tar.bz2
phpicalendar-74ed9436b9d44a08ec836611dee60353d9020614.zip
More error_reporting cleanup.
Diffstat (limited to 'print.php')
-rw-r--r--print.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/print.php b/print.php
index 4b7b611..4596082 100644
--- a/print.php
+++ b/print.php
@@ -23,6 +23,8 @@ if ($printview == 'day') {
$zero_events = $no_events_day_lang;
$print_next_nav = $next_day_lang;
$print_prev_nav = $last_day_lang;
+ $week_start = '';
+ $week_end = '';
} elseif ($printview == 'week') {
$start_week = localizeDate($dateFormat_week, $start_week_time);
$end_week = localizeDate($dateFormat_week, $end_week_time);
@@ -41,6 +43,8 @@ if ($printview == 'day') {
$zero_events = $no_events_month_lang;
$print_next_nav = $next_month_lang;
$print_prev_nav = $last_month_lang;
+ $week_start = '';
+ $week_end = '';
}
?>

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