--- loncom/interface/lonmsgdisplay.pm 2019/08/07 16:08:04 1.187 +++ loncom/interface/lonmsgdisplay.pm 2019/08/12 14:38:21 1.189 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.187 2019/08/07 16:08:04 raeburn Exp $ +# $Id: lonmsgdisplay.pm,v 1.189 2019/08/12 14:38:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1419,7 +1419,7 @@ sub compout { $attachrow = ''.$lt{'atta'}.' '.$attachmax{'text'} .': ' .'' - .''; + .''; } if (&Apache::lonnet::allowed('srm',$env{'request.course.id'}) || &Apache::lonnet::allowed('srm',$env{'request.course.id'}. @@ -3009,7 +3009,7 @@ sub sendoffmail { &Apache::lonnet::logthis('Failed to store To, Bcc and Cc recipients for '.$env{'user.name'}.':'.$env{'user.domain'}); } if ($env{'form.attachment'}) { - if (length($env{'form.attachment'})<131072) { + if (length($env{'form.attachment'}) <= 1048576) { $attachmenturl=&Apache::lonnet::userfileupload('attachment',undef,'feedback/'.$now); } else { $r->print('

'.&mt('Attachment not included - exceeded permitted length').'

');