aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/event.php')
-rw-r--r--include/event.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/event.php b/include/event.php
index d7071bd1f..06239b2ab 100644
--- a/include/event.php
+++ b/include/event.php
@@ -14,14 +14,14 @@ function format_event_html($ev) {
. datetime_convert('UTC','UTC',$ev['start'], ATOM_TIME)
. '" >'
. datetime_convert('UTC', date_default_timezone_get(),
- $ev['start'] /*, format /*)
+ $ev['start'] /*, format */ )
. '</abbr></p>';
$o .= '<p>' . t('Ends: ') . '<abbr class="dtend" title="'
. datetime_convert('UTC','UTC',$ev['finish'], ATOM_TIME)
. '" >'
. datetime_convert('UTC', date_default_timezone_get(),
- $ev['finish'] /*, format /*)
+ $ev['finish'] /*, format */ )
. '</abbr></p>';
$o .= '<p> ' . t('Location:') . '<span class="location">'