--- loncom/interface/lonmsgdisplay.pm 2007/05/05 03:14:21 1.78 +++ loncom/interface/lonmsgdisplay.pm 2007/05/14 13:22:47 1.80 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.78 2007/05/05 03:14:21 raeburn Exp $ +# $Id: lonmsgdisplay.pm,v 1.80 2007/05/14 13:22:47 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1518,9 +1518,9 @@ sub additional_rec_row { my $bcc = &mt('Bcc:'); my $output = <<"ENDADD"; $lt->{'ad'} :
username:domain,username:domain, ... - $cc + $cc
-$bcc +$bcc ENDADD return $output; } @@ -2173,7 +2173,7 @@ sub displaymessage { $replytoname.' '.&mt('at').' '.$replytodom); } } else { - $r->print(' ('.$content{'sendername'}.' '&mt('at').' '. + $r->print(' ('.$content{'sendername'}.' '.&mt('at').' '. $content{'senderdomain'}.') '); } if ($cclist) {