aboutsummaryrefslogtreecommitdiffstats
path: root/month.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-16 06:09:09 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-16 06:09:09 +0000
commitbfcd75e5f3eddb0efd335f736263b00ea057b6f9 (patch)
tree211ed098fc4e52ba298e4ca643d03785739d0c35 /month.php
parentbb3f89eb60cd5917f6764e77dbd1bab720e79b19 (diff)
downloadphpicalendar-bfcd75e5f3eddb0efd335f736263b00ea057b6f9.tar.gz
phpicalendar-bfcd75e5f3eddb0efd335f736263b00ea057b6f9.tar.bz2
phpicalendar-bfcd75e5f3eddb0efd335f736263b00ea057b6f9.zip
Initial bleed time and display end checkin.
Diffstat (limited to 'month.php')
-rw-r--r--month.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/month.php b/month.php
index 2d75f48..439418d 100644
--- a/month.php
+++ b/month.php
@@ -126,6 +126,7 @@ include (BASE.'includes/header.inc.php');
echo '<div align="left" class="V9">&nbsp;';
$event_start = @$val["event_start"];
$event_end = @$val["event_end"];
+ if (isset($val['display_end'])) $event_end = $val['display_end'];
$event_start = date($timeFormat, @strtotime ("$event_start"));
$start2 = date($timeFormat_small,@strtotime("$event_start"));
$event_end = date($timeFormat, @strtotime ("$event_end"));
@@ -196,6 +197,7 @@ include (BASE.'includes/header.inc.php');
if (isset($new_val2["event_start"])) {
$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_start2 = $event_start;

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