Skip to content

Commit

Permalink
Undoing MDL-9041
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jun 12, 2007
1 parent 5b99950 commit 08f5787
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions user/index.php
Expand Up @@ -400,10 +400,6 @@
$rolenames = array(0 => get_string('all')) + $rolenames; $rolenames = array(0 => get_string('all')) + $rolenames;
popup_form("$CFG->wwwroot/user/index.php?contextid=$context->id&sifirst=&silast=&roleid=", $rolenames, popup_form("$CFG->wwwroot/user/index.php?contextid=$context->id&sifirst=&silast=&roleid=", $rolenames,
'rolesform', $roleid, ''); 'rolesform', $roleid, '');
// Link to Groups page
echo "\n".'<input type="button" onclick="window.location=\'' . $CFG->wwwroot . '/group/index.php?id='
. $course->id . '\';" value="' . get_string('groups') . '" />';
echo '</div>';
} }


if ($roleid) { if ($roleid) {
Expand Down

0 comments on commit 08f5787

Please sign in to comment.