missing minutes in event listings

This commit is contained in:
Friendika 2011-06-30 23:27:16 -07:00
parent 086dc25dd1
commit 6e5532149a
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '<div class="vevent">' . "\r\n";