From 55fe471ce889cd377a54d9b219e9c8c0bff10bfb Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 11 Mar 2014 15:29:26 -0700 Subject: version update --- include/event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/event.php b/include/event.php index 08b94dafa..8e6a3fe71 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:i A') ; // Friday January 18, 2011 @ 8 AM + $bd_format = t('l F d, Y \@ g:i A') ; // Friday January 18, 2011 @ 8:01 AM $o = '
' . "\r\n"; -- cgit v1.2.3