--- loncom/auth/lonlogout.pm 2004/07/21 20:19:01 1.13
+++ loncom/auth/lonlogout.pm 2005/09/20 07:33:54 1.15
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Logout Handler
#
-# $Id: lonlogout.pm,v 1.13 2004/07/21 20:19:01 albertel Exp $
+# $Id: lonlogout.pm,v 1.15 2005/09/20 07:33:54 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -25,10 +25,6 @@
#
# http://www.lon-capa.org/
#
-# (Cookie Based Access Handler
-# 5/21/99,5/22,5/29,5/31,6/15,16/11,22/11,
-# 01/06,01/13 Gerd Kortemeyer)
-# 05/31,11/29,12/29 Gerd Kortemeyer
package Apache::lonlogout;
@@ -83,9 +79,9 @@ sub handler {
my $switch='';
my $bodytag='';
my $relogmessage='';
- if ($ENV{'form.handover'}) {
+ if ($env{'form.handover'}) {
$switch='';
+ $env{'form.handover'}.'">';
$bodytag=&Apache::loncommon::bodytag('Switching Server ...');
} else {
$bodytag=&Apache::loncommon::bodytag('Logged Out');
@@ -97,7 +93,7 @@ sub handler {
$relogmessage=(<$lt{'gb'}!
$lt{'pe'} $lt{'cw'} $lt{'or'}
-$lt{'li'}.
+$lt{'li'}.
ENDRELOG
}
# --------------------------------------------------------------- Screen Output