From 0f4a42f550b5bc863cec7c7a3fca26a028599dcc Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 25 Nov 2011 22:41:50 -0800 Subject: start on bug #227 - more to do --- mod/events.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mod/events.php') diff --git a/mod/events.php b/mod/events.php index fb68d53db..660a92df0 100644 --- a/mod/events.php +++ b/mod/events.php @@ -228,6 +228,9 @@ function events_content(&$a) { if($d !== $last_date) $o .= '
' . $d . '
'; $last_date = $d; + if($rr['author-name']) { + $o .= '' . $rr['author-name'] . ''; + } $o .= format_event_html($rr); $o .= ((! $rr['cid']) ? '' : ''); if($rr['plink']) -- cgit v1.2.3