]> git.mjollnir.org Git - moodle.git/commitdiff
FIxed heading on assign roles in course context
authormoodler <moodler>
Thu, 28 Sep 2006 07:00:28 +0000 (07:00 +0000)
committermoodler <moodler>
Thu, 28 Sep 2006 07:00:28 +0000 (07:00 +0000)
admin/roles/tabs.php

index adb8f425db176ad1c28ef82edbddd92cca2856f2..e3dc0117d92398d86716c537145a730942bbe0c1 100755 (executable)
@@ -31,8 +31,7 @@ if ($currenttab != 'update') {
 
             $course = get_record('course', 'id', $context->instanceid);
             print_header($streditcoursesettings, "$course->fullname",
-                    "<a href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</a>
-                    -> <a href=\"$CFG->wwwroot/course/edit.php?id=$course->id\">$streditcoursesettings</a> -> $straction");
+                    "<a href=\"$CFG->wwwroot/course/view.php?id=$course->id\">$course->shortname</a> -> $straction");
             break;
 
         case CONTEXT_GROUP: