aboutsummaryrefslogtreecommitdiffstats
path: root/print.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-16 07:02:37 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-16 07:02:37 +0000
commitda88a24f1b183004b5d41c0c11109f84f0f764ea (patch)
tree2a7ddd11bf1fd48d7e3e87bf10bbbd6fb15a3669 /print.php
parent5a10e0fb74dfe1cf8c7b081f46f68edb86dfbfac (diff)
downloadphpicalendar-da88a24f1b183004b5d41c0c11109f84f0f764ea.tar.gz
phpicalendar-da88a24f1b183004b5d41c0c11109f84f0f764ea.tar.bz2
phpicalendar-da88a24f1b183004b5d41c0c11109f84f0f764ea.zip
Getting ready for 0.9.5
Diffstat (limited to 'print.php')
-rw-r--r--print.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/print.php b/print.php
index 6cfcc44..56e50b6 100644
--- a/print.php
+++ b/print.php
@@ -115,6 +115,7 @@ include (BASE.'includes/header.inc.php');
$description = stripslashes(urldecode($new_val2["description"]));
$event_start = $new_val2["event_start"];
$event_end = $new_val2["event_end"];
+ if (isset($new_val2["display_end"])) $event_end = $new_val2["display_end"];
$event_start = date ($timeFormat, strtotime ("$event_start"));
$event_end = date ($timeFormat, strtotime ("$event_end"));
$event_start = "$event_start - $event_end";

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