aboutsummaryrefslogtreecommitdiffstats
path: root/print.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-20 20:59:06 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-20 20:59:06 +0000
commit9fdcd1bee11210fa4d69bdd880574508aa3a3296 (patch)
treed6764e133d718903c882249d8217cc8b32e11580 /print.php
parent6be0bb2987c333fc06d12c644a1ea31e4a7911c8 (diff)
downloadphpicalendar-9fdcd1bee11210fa4d69bdd880574508aa3a3296.tar.gz
phpicalendar-9fdcd1bee11210fa4d69bdd880574508aa3a3296.tar.bz2
phpicalendar-9fdcd1bee11210fa4d69bdd880574508aa3a3296.zip
Month date now appears as expected.
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 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;

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