--- loncom/interface/lonmsgdisplay.pm 2007/05/05 03:14:21 1.78 +++ loncom/interface/lonmsgdisplay.pm 2007/05/05 06:13:46 1.79 @@ -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.79 2007/05/05 06:13:46 albertel 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; }