--- loncom/interface/statistics/lonproblemanalysis.pm 2011/01/17 00:19:41 1.140 +++ loncom/interface/statistics/lonproblemanalysis.pm 2011/12/21 21:25:51 1.141 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.140 2011/01/17 00:19:41 www Exp $ +# $Id: lonproblemanalysis.pm,v 1.141 2011/12/21 21:25:51 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -630,10 +630,7 @@ sub numerical_determine_answers { my ($r,$resource,$partid,$respid,$students)=@_; my $c = $r->connection(); # - my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin - ($r,'Student Answer Compilation Status', - 'Student Answer Compilation Progress', scalar(@$students), - 'inline',undef,'Statistics','stats_status'); + my %prog_state=&Apache::lonhtmlcommon::Create_PrgWin($r,scalar(@$students)); # # Read in the cache (if it exists) before we start timing things. &Apache::lonstathelpers::ensure_proper_cache($resource->{'symb'});