--- loncom/interface/lonmsg.pm 2004/03/02 02:51:09 1.92 +++ loncom/interface/lonmsg.pm 2004/03/26 16:57:53 1.93 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.92 2004/03/02 02:51:09 www Exp $ +# $Id: lonmsg.pm,v 1.93 2004/03/26 16:57:53 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1151,7 +1151,7 @@ sub handler { my $msgid=$1; $r->print(''.&mt('Confirming Receipt').': '. &user_crit_received($msgid).'
'); - &comprep($r,$msgid); + &compout($r,'',$msgid); } } &discrit($r);