--- loncom/interface/loncommunicate.pm 2006/03/19 22:22:49 1.30 +++ loncom/interface/loncommunicate.pm 2006/04/08 06:59:34 1.31 @@ -1,7 +1,7 @@ # The LearningOnline Network # Communicate # -# $Id: loncommunicate.pm,v 1.30 2006/03/19 22:22:49 albertel Exp $ +# $Id: loncommunicate.pm,v 1.31 2006/04/08 06:59:34 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -31,7 +31,7 @@ package Apache::loncommunicate; use strict; use Apache::Constants qw(:common); -use Apache::lonmsg(); +use Apache::lonmsgdisplay(); use Apache::loncommon; use Apache::lonlocal; use Apache::lonnet; @@ -106,9 +106,9 @@ sub handler { faq=>12,bug=>'Communication Tools',}); # ---------------------------------------------------------------------- Header - &Apache::lonmsg::header($r); + &Apache::lonmsgdisplay::header($r); &menu($r); - &Apache::lonmsg::disall($r,'new'); + &Apache::lonmsgdisplay::disall($r,'new'); $r->print(&Apache::loncommon::end_page()); return OK; }