--- loncom/homework/inputtags.pm 2008/12/10 22:54:12 1.248.2.2 +++ loncom/homework/inputtags.pm 2008/12/10 22:58:46 1.248.2.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.248.2.2 2008/12/10 22:54:12 raeburn Exp $ +# $Id: inputtags.pm,v 1.248.2.3 2008/12/10 22:58:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -776,7 +776,6 @@ sub decideoutput { $message = &mt('Submission won\'t be graded. The combined size of submitted files exceeded the amount allowed.'); $css_class=$possible_class{'not_charged_try'}; $button=1; - } elsif ($award eq 'INVALID_FILETYPE') { $message = &mt('Submission won\'t be graded. The type of file submitted is not allowed.'); $css_class=$possible_class{'not_charged_try'};