Return to grades.pm CVS log | Up to [LON-CAPA] / loncom / homework |
version 1.490, 2007/11/13 11:06:54 | version 1.491, 2007/11/16 07:55:01 |
---|---|
Line 6077 sub scantron_remove_scan_data { | Line 6077 sub scantron_remove_scan_data { |
} | } |
my $result; | my $result; |
if (@todelete) { | if (@todelete) { |
$result=&Apache::lonnet::del('nohist_scantrondata',\@todelete,$cdom,$cname); | $result = &Apache::lonnet::del('nohist_scantrondata', |
\@todelete,$cdom,$cname); | |
} else { | |
$result = 'ok'; | |
} | } |
return $result; | return $result; |
} | } |