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 | |
parent | 09dde2810cc1f6c8da95013e1b995cf4068d2d46 (diff) | |
download | volse-hubzilla-55fe471ce889cd377a54d9b219e9c8c0bff10bfb.tar.gz volse-hubzilla-55fe471ce889cd377a54d9b219e9c8c0bff10bfb.tar.bz2 volse-hubzilla-55fe471ce889cd377a54d9b219e9c8c0bff10bfb.zip |
version update
-rw-r--r-- | include/event.php | 2 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 2 insertions, 2 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"; diff --git a/version.inc b/version.inc index 757756362..81c727eb1 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-03-10.612 +2014-03-11.613 |