From ae72c4783189580c429c5bf0126cd92221d7a7ed Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 22 Mar 2004 07:09:17 +0000 Subject: [PATCH] added missing ';' - thought that file is not used ;-) --- calendar/inc/class.calendar_icap.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_icap.inc.php b/calendar/inc/class.calendar_icap.inc.php index 02c5e5fe1d..e1b4746c0a 100755 --- a/calendar/inc/class.calendar_icap.inc.php +++ b/calendar/inc/class.calendar_icap.inc.php @@ -310,7 +310,7 @@ function fetch_current_stream_event() { $this->event = mcal_fetch_current_stream_event($this->stream); - return $this->event + return $this->event; } function add_attribute($attribute,$value)