--- loncom/interface/lonstatistics.pm 2002/07/29 21:00:53 1.35 +++ loncom/interface/lonstatistics.pm 2002/07/29 21:19:44 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonstatistics.pm,v 1.35 2002/07/29 21:00:53 minaeibi Exp $ +# $Id: lonstatistics.pm,v 1.36 2002/07/29 21:19:44 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -582,11 +582,10 @@ sub BuildStatistics { if($GoToPage eq 'Activity Log') { &Apache::lonproblemstatistics::Activity(); } elsif($GoToPage eq 'Problem Statistics') { - $r->print( &Apache::lonproblemstatistics::BuildProblemStatisticsPage($cacheDB, $students, $courseID, - $c,$r)); + $c,$r); } elsif($GoToPage eq 'Problem Analysis') { $r->print( &Apache::lonproblemanalysis::BuildProblemAnalysisPage($cacheDB));