--- loncom/auth/lonlogout.pm 2003/09/17 23:50:18 1.11 +++ loncom/auth/lonlogout.pm 2004/07/21 20:19:01 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.11 2003/09/17 23:50:18 www Exp $ +# $Id: lonlogout.pm,v 1.13 2004/07/21 20:19:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -71,12 +71,13 @@ sub handler { $sessionhash{'user.name'}, $sessionhash{'user.home'}, "Logout $ENV{'REMOTE_ADDR'}"); - $r->content_type('text/html'); + &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; return OK if $r->header_only; # -------------------------------------------------------- Menu script and info my $windowinfo=&Apache::lonmenu::close(); + $windowinfo.=&Apache::lonnavmaps::close(); # ---------------------------------------------------------------- Get handover &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['handover']); my $switch='';