--- loncom/interface/lonmsg.pm 2005/01/04 15:36:38 1.129 +++ loncom/interface/lonmsg.pm 2005/01/25 15:28:02 1.130 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.129 2005/01/04 15:36:38 matthew Exp $ +# $Id: lonmsg.pm,v 1.130 2005/01/25 15:28:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -703,9 +703,9 @@ sub discrit { $content{'sendername'}.'@'. $content{'senderdomain'}.') '.$content{'time'}. '
'.&mt('Subject').': '.$content{'subject'}. - '
'. + '
'.
               &Apache::lontexconvert::msgtexconverted($content{'message'}).
-            '
'. + ''. &mt('You have to confirm that you received this message. After confirmation, this message will be moved to your regular inbox'). '
'. ''. @@ -1238,9 +1238,9 @@ sub disfacetoface { &Apache::loncommon::plainname($content{'sendername'},$content{'senderdomain'}),$content{'sendername'},$content{'senderdomain'}).' ('. $content{'sendername'}.'@'. $content{'senderdomain'}.') '.$content{'time'}. - '
'. + '
'.
               &Apache::lontexconvert::msgtexconverted($content{'message'}).
-	      '
'; + ''; } # Check to see if there were any messages. if ($result eq '') {