--- loncom/interface/lonmsg.pm 2003/07/25 01:18:04 1.58 +++ loncom/interface/lonmsg.pm 2003/08/12 20:12:05 1.60 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging # -# $Id: lonmsg.pm,v 1.58 2003/07/25 01:18:04 bowersj2 Exp $ +# $Id: lonmsg.pm,v 1.60 2003/08/12 20:12:05 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -553,7 +553,8 @@ $content{'sendername'}.'@'. } # Check to see if there were any messages. if ($result eq '') { - $result = "

You have no critical messages.

"; + $result = "

You have no critical messages.

". + 'Select a course'; } else { $r->print($header); } @@ -1059,9 +1060,10 @@ BEGIN { =back -=end +=cut + +1; -1; __END__