bug #38 posts and photos only visible to friends if so configured

This commit is contained in:
Friendika 2011-05-28 00:42:01 -07:00
parent b0c383a6d0
commit 4e8a97f30a
3 changed files with 19 additions and 7 deletions

View file

@ -14,14 +14,14 @@ function format_event_html($ev) {
. datetime_convert('UTC','UTC',$ev['start'], ATOM_TIME)
. '" >'
. datetime_convert('UTC', date_default_timezone_get(),
$ev['start'] /*, format /*)
$ev['start'] /*, format */ )
. '</abbr></p>';
$o .= '<p>' . t('Ends: ') . '<abbr class="dtend" title="'
. datetime_convert('UTC','UTC',$ev['finish'], ATOM_TIME)
. '" >'
. datetime_convert('UTC', date_default_timezone_get(),
$ev['finish'] /*, format /*)
$ev['finish'] /*, format */ )
. '</abbr></p>';
$o .= '<p> ' . t('Location:') . '<span class="location">'