--- loncom/auth/lonlogout.pm 2003/09/23 00:26:10 1.12 +++ 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.12 2003/09/23 00:26:10 www Exp $ +# $Id: lonlogout.pm,v 1.13 2004/07/21 20:19:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -77,6 +77,7 @@ sub handler { # -------------------------------------------------------- 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='';