aboutsummaryrefslogtreecommitdiffstats
path: root/include/event.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-11 15:29:26 -0700
committerfriendica <info@friendica.com>2014-03-11 15:29:26 -0700
commit55fe471ce889cd377a54d9b219e9c8c0bff10bfb (patch)
tree248e7e760dd4032a1fc1d9df510269c03c9111ce /include/event.php
parent09dde2810cc1f6c8da95013e1b995cf4068d2d46 (diff)
downloadvolse-hubzilla-55fe471ce889cd377a54d9b219e9c8c0bff10bfb.tar.gz
volse-hubzilla-55fe471ce889cd377a54d9b219e9c8c0bff10bfb.tar.bz2
volse-hubzilla-55fe471ce889cd377a54d9b219e9c8c0bff10bfb.zip
version update
Diffstat (limited to 'include/event.php')
-rw-r--r--include/event.php2
1 files changed, 1 insertions, 1 deletions
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 = '<div class="vevent">' . "\r\n";