From cf4a39ec234d586d95ff00d372c5946e30e3b8d9 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 15 Apr 2007 15:21:26 +0000 Subject: [PATCH] MDL-9343 Course event filter icon incorrect; merged from MOODLE_18_STABLE --- calendar/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/lib.php b/calendar/lib.php index b880ab5ee5..0ab3790eb4 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -740,7 +740,7 @@ function calendar_filter_controls($type, $vars = NULL, $course = NULL) { $content .= ''.get_string('courseevents', 'calendar').''."\n"; } else { - $content .= ''.get_string('hide').''; + $content .= ''.get_string('hide').''; $content .= ''.get_string('courseevents', 'calendar').''."\n"; } -- 2.39.5