Diff for /loncom/interface/lonmsg.pm between versions 1.53 and 1.54

version 1.53, 2003/04/02 00:50:46 version 1.54, 2003/04/02 14:57:32
Line 165  sub sendnotification { Line 165  sub sendnotification {
     my $critical=($crit?' critical':'');      my $critical=($crit?' critical':'');
     my $url='http://'.      my $url='http://'.
       $Apache::lonnet::hostname{&Apache::lonnet::homeserver($touname,$toudom)}.        $Apache::lonnet::hostname{&Apache::lonnet::homeserver($touname,$toudom)}.
       '/adm/login&username='.$touname.'&domain='.$toudom;        '/adm/email?username='.$touname.'&domain='.$toudom;
     my $body=(<<ENDMSG);      my $body=(<<ENDMSG);
 You received a$critical message from $sender in LON-CAPA. The subject is  You received a$critical message from $sender in LON-CAPA. The subject is
   

Removed from v.1.53  
changed lines
  Added in v.1.54


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>