From 0f870a49ea2d5046ba071b7ea8b25e3b15ad8dae Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 31 Jul 2007 20:10:05 +0000 Subject: [PATCH] Properly close the "rolesform" div. Now the form validates both with roles dropdown and without it. --- user/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/user/index.php b/user/index.php index 9537a78c0d..783d305fdf 100644 --- a/user/index.php +++ b/user/index.php @@ -397,6 +397,7 @@ $rolenames = array(0 => get_string('all')) + $rolenames; popup_form("$CFG->wwwroot/user/index.php?contextid=$context->id&sifirst=&silast=&roleid=", $rolenames, 'rolesform', $roleid, ''); + echo ''; } if ($roleid) { -- 2.39.5