--- loncom/auth/lonlogout.pm 2010/03/10 21:25:29 1.39 +++ loncom/auth/lonlogout.pm 2010/03/22 20:11:08 1.41 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.39 2010/03/10 21:25:29 droeschl Exp $ +# $Id: lonlogout.pm,v 1.41 2010/03/22 20:11:08 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -89,7 +89,6 @@ sub handler { return OK if $r->header_only; # -------------------------------------------------------- Menu script and info - my $windowinfo=&Apache::lonnavmaps::close(); # ---------------------------------------------------------------- Get handover &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['handover']); my $switch=''; @@ -102,8 +101,7 @@ sub handler { $switch); } else { $start_page=&Apache::loncommon::start_page('Logged Out',undef, - {'no_inline_link' => 1, - 'no_nav_bar' => 1,}); + {'no_nav_bar' => 1,}); $relogmessage.='

'.&mt('Goodbye').'

' .'

'.&mt('Thank you for using LON-CAPA.').'

'; @@ -150,7 +148,6 @@ Due to security reasons in new web brows # --------------------------------------------------------------- Screen Output $r->print(<