]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15035 - Changed error message to more meaningful one.
authormchurch <mchurch>
Wed, 28 May 2008 15:01:50 +0000 (15:01 +0000)
committermchurch <mchurch>
Wed, 28 May 2008 15:01:50 +0000 (15:01 +0000)
user/index.php

index a84b06a0a1f9776058cdef3d0770e065bab5a5a4..0c31b1d5ceac8c8c13f774962650009b0a4738f4 100644 (file)
         $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
         $navigation = build_navigation($navlinks);
 
         print_header("$course->shortname: ".get_string('participants'), $course->fullname, $navigation, "", "", true, "&nbsp;", navmenu($course));
-        print_heading(get_string("notingroup", "forum"));
+        print_heading(get_string("notingroup"));
         print_footer($course);
         exit;
     }