--- loncom/homework/essayresponse.pm	2010/02/28 23:37:03	1.102
+++ loncom/homework/essayresponse.pm	2010/04/19 04:02:37	1.103
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # essay (ungraded) style responses
 #
-# $Id: essayresponse.pm,v 1.102 2010/02/28 23:37:03 raeburn Exp $
+# $Id: essayresponse.pm,v 1.103 2010/04/19 04:02:37 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -346,7 +346,7 @@ sub file_submission {
             }
         }
         $Apache::lonhomework::results{"resource.$part.$id.$which"}=join(',',@accepted_files);
-        if (($$award eq 'INVALID_FILETYPE') || ($award eq 'EXCESS_FILESIZE')) {
+        if (($$award eq 'INVALID_FILETYPE') || ($$award eq 'EXCESS_FILESIZE')) {
             return;
         }
 	if (ref($uploadedflag)) {