diff options
author | friendica <info@friendica.com> | 2014-03-11 15:29:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-11 15:29:26 -0700 |
commit | 55fe471ce889cd377a54d9b219e9c8c0bff10bfb (patch) | |
tree | 248e7e760dd4032a1fc1d9df510269c03c9111ce /include | |
parent | 09dde2810cc1f6c8da95013e1b995cf4068d2d46 (diff) | |
download | volse-hubzilla-55fe471ce889cd377a54d9b219e9c8c0bff10bfb.tar.gz volse-hubzilla-55fe471ce889cd377a54d9b219e9c8c0bff10bfb.tar.bz2 volse-hubzilla-55fe471ce889cd377a54d9b219e9c8c0bff10bfb.zip |
version update
Diffstat (limited to 'include')
-rw-r--r-- | include/event.php | 2 |
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"; |