--- loncom/auth/lonlogout.pm 2009/05/16 13:50:04 1.38 +++ loncom/auth/lonlogout.pm 2010/03/10 21:25:29 1.39 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.38 2009/05/16 13:50:04 droeschl Exp $ +# $Id: lonlogout.pm,v 1.39 2010/03/10 21:25:29 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -89,8 +89,7 @@ sub handler { return OK if $r->header_only; # -------------------------------------------------------- Menu script and info - my $windowinfo=&Apache::lonmenu::close(); - $windowinfo.=&Apache::lonnavmaps::close(); + my $windowinfo=&Apache::lonnavmaps::close(); # ---------------------------------------------------------------- Get handover &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['handover']); my $switch='';