mirror of
https://github.com/friendica/friendica
synced 2025-04-27 04:30:11 +00:00
bug #38 posts and photos only visible to friends if so configured
This commit is contained in:
parent
b0c383a6d0
commit
4e8a97f30a
3 changed files with 19 additions and 7 deletions
|
@ -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">'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue