version 1.12, 2002/11/22 03:56:05
|
version 1.13, 2002/11/22 04:04:10
|
Line 116 sub BuildAnalyzePage {
|
Line 116 sub BuildAnalyzePage {
|
$r->rflush(); |
$r->rflush(); |
} |
} |
|
|
my $error = |
# my $error = |
&Apache::loncoursedata::DownloadStudentCourseDataSeparate($students, |
# &Apache::loncoursedata::DownloadStudentCourseDataSeparate($students, |
'true', |
# 'true', |
$cacheDB, |
# $cacheDB, |
'true', |
# 'true', |
'true', |
# 'true', |
$courseID, |
# $courseID, |
$r, $c); |
# $r, $c); |
if($error ne 'OK') { |
# if($error ne 'OK') { |
$r->print($error.'<br>Error downloading course data<br>'); |
# $r->print($error.'<br>Error downloading course data<br>'); |
return; |
# return; |
} |
# } |
|
|
|
|
unless(tie(%cache,'GDBM_File',$cacheDB,&GDBM_READER(),0640)) { |
unless(tie(%cache,'GDBM_File',$cacheDB,&GDBM_READER(),0640)) { |