From: Friendika Date: Fri, 1 Jul 2011 06:27:16 +0000 (-0700) Subject: missing minutes in event listings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e5532149a08b264e958202fa971d35b446fac3b;p=friendica.git missing minutes in event listings --- diff --git a/include/event.php b/include/event.php index 1032022b34..aab195d245 100644 --- a/include/event.php +++ b/include/event.php @@ -8,7 +8,7 @@ function format_event_html($ev) { if(! ((is_array($ev)) && count($ev))) return ''; - $bd_format = t('l F d, Y \@ g A') ; // Friday January 18, 2011 @ 8 AM + $bd_format = t('l F d, Y \@ g:i A') ; // Friday January 18, 2011 @ 8 AM $o = '
' . "\r\n";