From 3fee91025e67b32992575ca18e5845a382d56066 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Mon, 10 Apr 2006 02:21:07 +0000 Subject: encode version number in init.inc.php --- print.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print.php') diff --git a/print.php b/print.php index cf09828..27230e6 100644 --- a/print.php +++ b/print.php @@ -7,7 +7,6 @@ $current_view ='print'; $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)); -$cal_displayname = str_replace("32", " ", $cal); $events_week = 0; $unix_time = strtotime($getdate); $printview = 'month'; @@ -55,6 +54,7 @@ $page->replace_files(array( )); $page->replace_tags(array( + 'version' => $phpicalendar_version, 'event_js' => '', 'charset' => $charset, 'default_path' => '', -- cgit v1.2.3