--- loncom/auth/switchserver.pm 2010/03/16 19:55:31 1.24 +++ loncom/auth/switchserver.pm 2010/03/22 20:11:08 1.25 @@ -1,7 +1,7 @@ # The LearningOnline Network # Switch Servers Handler # -# $Id: switchserver.pm,v 1.24 2010/03/16 19:55:31 droeschl Exp $ +# $Id: switchserver.pm,v 1.25 2010/03/22 20:11:08 droeschl Exp $ # # Copyright Michigan State University Board of Trustees # @@ -58,7 +58,6 @@ sub do_redirect { my $start_page = &Apache::loncommon::start_page('Switching Server ...',undef, {'redirect' => [0.5,$url], - 'no_inline_link' => 1, 'only_body' => $only_body,}); my $end_page = &Apache::loncommon::end_page(); $r->print($start_page.$extra_text.$end_page);