--- loncom/auth/switchserver.pm 2009/04/14 23:52:07 1.22 +++ loncom/auth/switchserver.pm 2010/03/16 19:55:31 1.24 @@ -1,7 +1,7 @@ # The LearningOnline Network # Switch Servers Handler # -# $Id: switchserver.pm,v 1.22 2009/04/14 23:52:07 raeburn Exp $ +# $Id: switchserver.pm,v 1.24 2010/03/16 19:55:31 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -122,9 +122,6 @@ sub handler { } # -------------------------------------------------------- Menu script and info - my $windowinfo= - &Apache::lonmenu::close(). - &Apache::lonnavmaps::close(); # ---------------------------------------------------------------- Get handover my %info=('ip' => $ENV{'REMOTE_ADDR'}, @@ -151,7 +148,7 @@ sub handler { '&token='.$token; # --------------------------------------------------------------- Screen Output &Apache::lonnet::flushcourselogs(); - return &do_redirect($r,$url,0,$windowinfo); + return &do_redirect($r, $url, 0); } 1;