Diff for /loncom/interface/lonmsg.pm between versions 1.232 and 1.235

version 1.232, 2011/03/05 21:32:02 version 1.235, 2013/07/24 18:21:39
Line 526  sub sendnotification { Line 526  sub sendnotification {
   
 to access the full message.',$url);  to access the full message.',$url);
     my %userenv = &Apache::lonnet::get('environment',['notifywithhtml'],$toudom,$touname);      my %userenv = &Apache::lonnet::get('environment',['notifywithhtml'],$toudom,$touname);
     my $subject = &mt_user($user_lh,"'New' $critical message from ").$sender;      my $subject = &mt_user($user_lh,"'New'$critical message from [_1]",$sender);
     unless ($subj eq '') {      unless ($subj eq '') {
         $subject = $subj;          $subject = $subj;
     }      }

Removed from v.1.232  
changed lines
  Added in v.1.235


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