aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-09-12 18:43:11 +0000
committerChad Little <clittle@users.sourceforge.net>2004-09-12 18:43:11 +0000
commitdf20d5c2fd7dda0a44f4be89b84bee87a282f6ed (patch)
treec248524e83bcf06bf8d1c821840f3ae06b839183 /functions
parent46c436a8aa83a83ecc07ddc3bfc133a118990cea (diff)
downloadphpicalendar-df20d5c2fd7dda0a44f4be89b84bee87a282f6ed.tar.gz
phpicalendar-df20d5c2fd7dda0a44f4be89b84bee87a282f6ed.tar.bz2
phpicalendar-df20d5c2fd7dda0a44f4be89b84bee87a282f6ed.zip
*** empty log message ***
Diffstat (limited to 'functions')
-rw-r--r--functions/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/template.php b/functions/template.php
index 1083c56..9bd9dc0 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -860,7 +860,7 @@ class Page {
$event_start = date($timeFormat, $val['start_unixtime']);
$event_end = date($timeFormat, @strtotime ($event_end));
$switch['START_TIME'] = $event_start . ' - ' . $event_end;
- $switch['EVENT_TEXT'] = openevent($switch['CALNAME'], '', '', $val, 0, 15, '', '', 'psf', $switch['URL']);
+ $switch['EVENT_TEXT'] = openevent($switch['CALNAME'], $event_start, $event_end, $val, 0, 15, '', '', 'psf', $switch['URL']);
$switch['DESCRIPTION'] = urldecode($val['description']);
}
if ($switch['EVENT_TEXT'] != '') {

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