--- loncom/interface/lonmsg.pm 2010/08/20 18:45:20 1.222.2.1 +++ loncom/interface/lonmsg.pm 2010/09/13 23:38:04 1.222.2.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.222.2.1 2010/08/20 18:45:20 raeburn Exp $ +# $Id: lonmsg.pm,v 1.222.2.2 2010/09/13 23:38:04 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -547,7 +547,7 @@ to access the full message.',$url); } else { my $sendtext; if (!grep/^\Q$addr\E/,@htmlexcerpt) { - $sendtext = &htmlfree; + $sendtext = $htmlfree; } else { $sendtext = $text; }