]> git.mjollnir.org Git - moodle.git/commitdiff
Merged fix for MDL-9041 (undo)
authormoodler <moodler>
Tue, 12 Jun 2007 07:09:35 +0000 (07:09 +0000)
committermoodler <moodler>
Tue, 12 Jun 2007 07:09:35 +0000 (07:09 +0000)
user/index.php

index db71b6ce57bec46787c33dc33fd32942b2045663..4be269224d70b8f3df93c978893e4d7013fb301c 100644 (file)
         $rolenames = array(0 => get_string('all')) + $rolenames;
         popup_form("$CFG->wwwroot/user/index.php?contextid=$context->id&amp;sifirst=&amp;silast=&amp;roleid=", $rolenames,
                    '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) {