From 647213f7315fa5f550f03bb9508fbb9645e67a46 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 7 Oct 2004 05:52:39 +0000 Subject: [PATCH] Some changes for XHTML compatibility --- calendar/view.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/calendar/view.php b/calendar/view.php index 6e7c236419..c25c1400fd 100644 --- a/calendar/view.php +++ b/calendar/view.php @@ -624,10 +624,8 @@ function calendar_course_filter_selector($getvars = '') { $selected = ''; } - $form = popup_form(CALENDAR_URL.'set.php?var=setcourse&'.$getvars.'&id=', + return popup_form(CALENDAR_URL.'set.php?var=setcourse&'.$getvars.'&id=', $courseoptions, 'cal_course_flt', $selected, '', '', '', true); - - return str_replace(' -- 2.39.5