--- loncom/interface/lonmsgdisplay.pm 2007/05/02 19:56:34 1.73 +++ loncom/interface/lonmsgdisplay.pm 2007/05/02 20:26:08 1.74 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.73 2007/05/02 19:56:34 raeburn Exp $ +# $Id: lonmsgdisplay.pm,v 1.74 2007/05/02 20:26:08 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2182,12 +2182,16 @@ sub retrieve_cc_recips { ($ccdom eq $env{'user.domain'}))) { my $showcc =''; if ($context eq 'replying') { - $showcc = ''; - push (@ccs,$showcc); + $ccdom),$ccname,$ccdom); + if ($context eq 'replying') { + $showcc .=''; + } + $showcc .= ''; + push(@ccs,$showcc); } } }