--- loncom/interface/statistics/lonproblemanalysis.pm 2002/11/22 03:56:05 1.12 +++ loncom/interface/statistics/lonproblemanalysis.pm 2002/11/22 04:04:10 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # (Publication Handler # -# $Id: lonproblemanalysis.pm,v 1.12 2002/11/22 03:56:05 minaeibi Exp $ +# $Id: lonproblemanalysis.pm,v 1.13 2002/11/22 04:04:10 minaeibi Exp $ # # Copyright Michigan State University Board of Trustees # @@ -116,18 +116,18 @@ sub BuildAnalyzePage { $r->rflush(); } - my $error = - &Apache::loncoursedata::DownloadStudentCourseDataSeparate($students, - 'true', - $cacheDB, - 'true', - 'true', - $courseID, - $r, $c); - if($error ne 'OK') { - $r->print($error.'
Error downloading course data
'); - return; - } +# my $error = +# &Apache::loncoursedata::DownloadStudentCourseDataSeparate($students, +# 'true', +# $cacheDB, +# 'true', +# 'true', +# $courseID, +# $r, $c); +# if($error ne 'OK') { +# $r->print($error.'
Error downloading course data
'); +# return; +# } unless(tie(%cache,'GDBM_File',$cacheDB,&GDBM_READER(),0640)) {