Skip to content

Commit

Permalink
gradebook MDL-19455 now shows first user in gradebook user report use…
Browse files Browse the repository at this point in the history
…r select box
  • Loading branch information
Andrew Davis committed Nov 18, 2009
1 parent e58269e commit 30d44c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions grade/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,6 @@ function print_graded_users_selector($course, $actionpage, $userid=0, $groupid=0
$label = get_string('selectalloroneuser', 'grades');
}

$nextuser = $gui->next_user();

while ($userdata = $gui->next_user()) {
$user = $userdata->user;
$menu[$user->id] = fullname($user);
Expand Down

0 comments on commit 30d44c5

Please sign in to comment.