--- loncom/interface/lonmsg.pm 2006/01/10 02:11:17 1.171 +++ loncom/interface/lonmsg.pm 2006/01/10 15:29:13 1.172 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.171 2006/01/10 02:11:17 banghart Exp $ +# $Id: lonmsg.pm,v 1.172 2006/01/10 15:29:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -296,8 +296,8 @@ sub sendemail { $msg->to($to); $msg->subject('[LON-CAPA] '.$subject); if (my $fh = $msg->open()) { - print $fh $body; - $fh->close; + print $fh $body; + $fh->close; } } @@ -307,7 +307,7 @@ sub sendnotification { my ($to,$touname,$toudom,$subj,$crit,$text)=@_; my $sender=$env{'environment.firstname'}.' '.$env{'environment.lastname'}; unless ($sender=~/\w/) { - $sender=$env{'user.name'}.'@'.$env{'user.domain'}; + $sender=$env{'user.name'}.'@'.$env{'user.domain'}; } my $critical=($crit?' critical':''); $text=~s/\<\;/\