]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML strict.
authortjhunt <tjhunt>
Fri, 12 Jun 2009 07:30:07 +0000 (07:30 +0000)
committertjhunt <tjhunt>
Fri, 12 Jun 2009 07:30:07 +0000 (07:30 +0000)
admin/roles/usersroles.php

index 3dc07c2fca104654b36cce7ab6ca9979d0d25ed2..2859e7a77c7481320d9c3adcd10f8252d72136aa 100644 (file)
@@ -191,7 +191,7 @@ function print_report_tree($contextid, $contexts, $systemcontext, $fullname) {
         if (has_capability('moodle/role:assign', $context)) {
             $raurl = $assignurl . '?contextid=' . $ra->contextid . '&amp;roleid=' .
                     $ra->roleid . '&amp;removeselect[]=' . $ra->userid;
-            $churl = $checkurl . '?contextid=' . $ra->contextid . '&reportuser=' . $ra->userid;
+            $churl = $checkurl . '?contextid=' . $ra->contextid . '&amp;reportuser=' . $ra->userid;
             if ($context->contextlevel == CONTEXT_USER) {
                 $raurl .= '&amp;userid=' . $context->instanceid;
                 $churl .= '&amp;userid=' . $context->instanceid;