--- loncom/homework/essayresponse.pm 2009/01/21 16:17:35 1.99
+++ loncom/homework/essayresponse.pm 2009/05/23 18:07:57 1.101
@@ -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.101 2009/05/23 18:07:57 riegler Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -67,7 +67,7 @@ sub start_essayresponse {
'
'.
''.
'';
}
@@ -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) {