--- loncom/auth/lonlogout.pm 2001/12/29 21:09:47 1.5 +++ loncom/auth/lonlogout.pm 2003/01/29 15:22:06 1.6 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.5 2001/12/29 21:09:47 www Exp $ +# $Id: lonlogout.pm,v 1.6 2003/01/29 15:22:06 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -76,11 +76,19 @@ sub handler { # -------------------------------------------------------- Menu script and info my $windowinfo=&Apache::lonmenu::close(); - +# ---------------------------------------------------------------- Get handover + &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'},['handover']); + my $switch=''; + if ($ENV{'form.handover'}) { + $switch=''; + } # --------------------------------------------------------------- Screen Output $r->print(< -The LearningOnline Network with CAPA Logout +The LearningOnline Network with CAPA Logout +$switch + $windowinfo

Goodbye!