From 4cd0d3a0123e362fdcad53da6fda941a6a60b8f7 Mon Sep 17 00:00:00 2001 From: mchurch Date: Wed, 28 May 2008 15:01:50 +0000 Subject: [PATCH] MDL-15035 - Changed error message to more meaningful one. --- user/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/index.php b/user/index.php index a84b06a0a1..0c31b1d5ce 100644 --- a/user/index.php +++ b/user/index.php @@ -134,7 +134,7 @@ $mode = MODE_BRIEF; } -/// Check to see if groups are being used in this forum +/// Check to see if groups are being used in this course /// and if so, set $currentgroup to reflect the current group $groupmode = groups_get_course_groupmode($course); // Groups are being used @@ -153,7 +153,7 @@ $navigation = build_navigation($navlinks); print_header("$course->shortname: ".get_string('participants'), $course->fullname, $navigation, "", "", true, " ", navmenu($course)); - print_heading(get_string("notingroup", "forum")); + print_heading(get_string("notingroup")); print_footer($course); exit; } -- 2.39.5