Diff for /loncom/homework/grades.pm between versions 1.731 and 1.733

version 1.731, 2015/02/10 04:02:17 version 1.733, 2015/02/22 15:23:56
Line 2543  sub get_last_submission { Line 2543  sub get_last_submission {
             }              }
             unless ($hide) {              unless ($hide) {
                 if (@randomize) {                  if (@randomize) {
                     foreach my $id (@hidden) {                      foreach my $id (@randomize) {
                         if ($key =~ /^\Q$id\E/) {                          if ($key =~ /^\Q$id\E/) {
                             $hide = 'rand';                              $hide = 'rand';
                             last;                              last;

Removed from v.1.731  
changed lines
  Added in v.1.733


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>