From 9fdcd1bee11210fa4d69bdd880574508aa3a3296 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 20 Sep 2003 20:59:06 +0000 Subject: Month date now appears as expected. --- print.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.php') diff --git a/print.php b/print.php index 8690826..a4eafa9 100644 --- a/print.php +++ b/print.php @@ -37,7 +37,7 @@ if ($printview == 'day') { $print_next_nav = $next_week_lang; $print_prev_nav = $last_week_lang; } elseif ($printview == 'month') { - $print_title = localizeDate ($dateFormat_month, strtotime($getdate)); + $display_date = localizeDate ($dateFormat_month, strtotime($getdate)); $next = date("Ymd", strtotime("+1 month", $unix_time)); $prev = date("Ymd", strtotime("-1 month", $unix_time)); $zero_events = $no_events_month_lang; -- cgit v1.2.3