--- loncom/homework/grades.pm 2013/05/10 12:48:48 1.687 +++ loncom/homework/grades.pm 2013/05/30 05:04:31 1.688 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.687 2013/05/10 12:48:48 raeburn Exp $ +# $Id: grades.pm,v 1.688 2013/05/30 05:04:31 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -8214,7 +8214,7 @@ sub users_order { my $actual_seq = &Apache::lonprintout::master_seq_to_person_seq($mapurl, $master_seq, - $user,$scancode); + $user,$scancode,1); if (ref($actual_seq) eq 'ARRAY') { @{$ordered->{$scancode}} = map { $symb_to_resource->{$_}; } @{$actual_seq}; @@ -8225,7 +8225,7 @@ sub users_order { my $actual_seq = &Apache::lonprintout::master_seq_to_person_seq($mapurl, $master_seq, - $user); + $user,undef,1); if (ref($actual_seq) eq 'ARRAY') { @mapresources = map { $symb_to_resource->{$_}; } @{$actual_seq};