--- loncom/homework/essayresponse.pm 2009/01/21 16:17:35 1.99 +++ loncom/homework/essayresponse.pm 2009/01/21 16:43:30 1.100 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.99 2009/01/21 16:17:35 raeburn Exp $ +# $Id: essayresponse.pm,v 1.100 2009/01/21 16:43:30 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -282,9 +282,7 @@ sub file_submission { } } } else { - foreach my $file (@submitted_files) { - push(@acceptable_files,$file); - } + @acceptable_files = @submitted_files; } my $maxfilesize=&Apache::lonnet::EXT("resource.$part".'_'."$id.maxfilesize"); if (!$maxfilesize) {