some event work

This commit is contained in:
zotlabs
2017-03-05 14:47:20 -08:00
parent 384db9d10d
commit c533c62c64
2 changed files with 5 additions and 0 deletions

View File

@@ -210,6 +210,10 @@ function format_event_bbcode($ev) {
$o = '';
if($ev['event_vdata']) {
$o .= '[event]' . $ev['event_vdata'] . '[/event]';
}
if($ev['summary'])
$o .= '[event-summary]' . $ev['summary'] . '[/event-summary]';