From 9a0b69235a76399eafecafdc798be04c549cef90 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 29 Aug 2006 06:41:00 +0000 Subject: [PATCH] removed a left over diagnostics --- calendar/inc/class.uiviews.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.uiviews.inc.php b/calendar/inc/class.uiviews.inc.php index 4ad83bae7a..6bec7cea53 100644 --- a/calendar/inc/class.uiviews.inc.php +++ b/calendar/inc/class.uiviews.inc.php @@ -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')) :