From 74ed9436b9d44a08ec836611dee60353d9020614 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Thu, 29 May 2003 18:28:00 +0000 Subject: More error_reporting cleanup. --- print.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'print.php') 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 = ''; } ?> -- cgit v1.2.3