--- user/index.php.orig 2008-05-29 02:16:57.000000000 +0200 +++ user/index.php 2009-02-26 15:29:13.000000000 +0100 @@ -404,6 +404,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) { @@ -628,7 +629,7 @@ echo '
'.get_string('showall', '', $matchcount).'
'; } - echo ''; +//echo ''; // mismatch?! print_footer($course);