From 946a23bd03b3f5e236836eeb8a9caa27d4d8e174 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 12 Jun 2009 07:30:07 +0000 Subject: [PATCH] XHTML strict. --- admin/roles/usersroles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5