--- loncom/interface/statistics/lonstudentsubmissions.pm 2004/11/08 15:14:52 1.26 +++ loncom/interface/statistics/lonstudentsubmissions.pm 2004/11/08 15:21:38 1.27 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentsubmissions.pm,v 1.26 2004/11/08 15:14:52 matthew Exp $ +# $Id: lonstudentsubmissions.pm,v 1.27 2004/11/08 15:21:38 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -817,6 +817,7 @@ sub prepare_csv_output { # # Main loop foreach my $student (@$students) { + last if ($c->aborted()); my @rows; my $prob_start_idx = 0; foreach my $prob (@$problems) {