From 6e5532149a08b264e958202fa971d35b446fac3b Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 30 Jun 2011 23:27:16 -0700 Subject: [PATCH] missing minutes in event listings --- include/event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";