--- loncom/interface/lonmsg.pm 2003/02/17 17:09:27 1.47 +++ loncom/interface/lonmsg.pm 2003/02/17 17:39:53 1.48 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.47 2003/02/17 17:09:27 albertel Exp $ +# $Id: lonmsg.pm,v 1.48 2003/02/17 17:39:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -57,13 +57,9 @@ use HTML::Entities(); sub packagemsg { my ($subject,$message,$citation)=@_; -# $message=~s/\/\>\;/g; $message =&HTML::Entities::encode($message); $citation=&HTML::Entities::encode($citation); $subject =&HTML::Entities::encode($subject); -# $subject=~s/\/\>\;/g; my $now=time; $msgcount++; my $partsubj=$subject;