From: tjhunt Date: Fri, 12 Jun 2009 07:30:07 +0000 (+0000) Subject: XHTML strict. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=946a23bd03b3f5e236836eeb8a9caa27d4d8e174;p=moodle.git XHTML strict. --- diff --git a/admin/roles/usersroles.php b/admin/roles/usersroles.php index 3dc07c2fca..2859e7a77c 100644 --- a/admin/roles/usersroles.php +++ b/admin/roles/usersroles.php @@ -191,7 +191,7 @@ function print_report_tree($contextid, $contexts, $systemcontext, $fullname) { if (has_capability('moodle/role:assign', $context)) { $raurl = $assignurl . '?contextid=' . $ra->contextid . '&roleid=' . $ra->roleid . '&removeselect[]=' . $ra->userid; - $churl = $checkurl . '?contextid=' . $ra->contextid . '&reportuser=' . $ra->userid; + $churl = $checkurl . '?contextid=' . $ra->contextid . '&reportuser=' . $ra->userid; if ($context->contextlevel == CONTEXT_USER) { $raurl .= '&userid=' . $context->instanceid; $churl .= '&userid=' . $context->instanceid;