From e8e358f23354edea576402279bce4fb94e953995 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 29 Jun 2002 03:28:33 +0000 Subject: [PATCH] GNU Patch #212 and #375. --- calendar/inc/class.uicalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.uicalendar.inc.php b/calendar/inc/class.uicalendar.inc.php index 29949c1fcb..f3937ac7aa 100755 --- a/calendar/inc/class.uicalendar.inc.php +++ b/calendar/inc/class.uicalendar.inc.php @@ -2024,7 +2024,7 @@ { $text .= $this->bo->display_status($event['users_status']); } - $text = ''.$time.' '.$this->bo->get_short_field($event,$is_private,'title').$text.''.$GLOBALS['phpgw']->browser->br; + $text = ''.$time.' '.$this->bo->get_short_field($event,$is_private,'title').$text.''.$GLOBALS['phpgw']->browser->br; if ($editable) {