mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
removed a left over diagnostics
This commit is contained in:
parent
998d51bef4
commit
9a0b69235a
@ -1052,7 +1052,7 @@ class uiviews extends uical
|
||||
'timespan' => $timespan,
|
||||
'title' => ($title = !$is_private ? $this->html->htmlspecialchars($event['title']) : lang('private')),
|
||||
'header' => $small_height ? $title : $timespan,
|
||||
'description' => !$is_private ? nl2br($this->html->htmlspecialchars($event['description'])."\nInstensity: $intensity") : '',
|
||||
'description' => !$is_private ? nl2br($this->html->htmlspecialchars($event['description'])) : '',
|
||||
'location' => !$is_private ? $this->add_nonempty($event['location'],lang('Location')) : '',
|
||||
'participants' => $participants,
|
||||
'times' => !$event['multiday'] ? $this->add_nonempty($this->bo->timespan($event['start_m'],$event['end_m'],true),lang('Time')) :
|
||||
|
Loading…
Reference in New Issue
Block a user