--- loncom/interface/lonmsgdisplay.pm 2006/05/01 16:17:56 1.21 +++ loncom/interface/lonmsgdisplay.pm 2006/05/01 19:37:33 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines for messaging display # -# $Id: lonmsgdisplay.pm,v 1.21 2006/05/01 16:17:56 albertel Exp $ +# $Id: lonmsgdisplay.pm,v 1.22 2006/05/01 19:37:33 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1654,7 +1654,7 @@ sub header { $r->print(&Apache::loncommon::start_page('Communication and Messages', $extra)); $r->print(&Apache::lonhtmlcommon::breadcrumbs - (undef,($title?$title:'Communication and Messages'))); + (($title?$title:'Communication and Messages'))); }