--- loncom/interface/lonmsg.pm 2007/02/23 00:39:31 1.197 +++ loncom/interface/lonmsg.pm 2007/03/02 23:17:59 1.198 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.197 2007/02/23 00:39:31 albertel Exp $ +# $Id: lonmsg.pm,v 1.198 2007/03/02 23:17:59 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -256,7 +256,7 @@ sub sendnotification { $text=~s/\>\;/\>/gs; $text=~s/\<\/*[^\>]+\>//gs; my $url='http://'. - $Apache::lonnet::hostname{&Apache::lonnet::homeserver($touname,$toudom)}. + &Apache::lonnet::hostname(&Apache::lonnet::homeserver($touname,$toudom)). '/adm/email?username='.$touname.'&domain='.$toudom; my ($sendtime,$shortsubj,$fromname,$fromdomain,$status,$fromcid, $symb,$error) = &Apache::lonmsg::unpackmsgid($msgid);