--- loncom/homework/grades.pm 2006/08/16 18:06:36 1.371 +++ loncom/homework/grades.pm 2006/08/16 18:07:25 1.372 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.371 2006/08/16 18:06:36 albertel Exp $ +# $Id: grades.pm,v 1.372 2006/08/16 18:07:25 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2466,7 +2466,7 @@ sub handback_files { } else { # mark the file as read only my @files = ($save_file_name); - my @what = ($symb,'handback'); + my @what = ($symb,$env{'request.course.id'},'handback'); &Apache::lonnet::mark_as_readonly($domain,$stuname,\@files,\@what); if (exists($$newrecord{"resource.$new_part.$resp_id.handback"})) { $$newrecord{"resource.$new_part.$resp_id.handback"}.=',';