forked from extern/egroupware
Set the bodydescription to empty if it is not visible
This commit is contained in:
parent
3b2d97877a
commit
70751405de
@ -1826,6 +1826,11 @@ class calendar_uiviews extends calendar_ui
|
||||
{
|
||||
$tpl->set_var('bodydescription', !$is_private ? nl2br(html::htmlspecialchars($event['description'])) : '');
|
||||
}
|
||||
// set the bodydescription to empty if it is not visible
|
||||
else
|
||||
{
|
||||
$tpl->set_var('bodydescription', '');
|
||||
}
|
||||
|
||||
$tooltip = $tpl->fp('tooltip','event_tooltip');
|
||||
$html = $tpl->fp('out',$block);
|
||||
|
Loading…
Reference in New Issue
Block a user