--- loncom/interface/Attic/lonremote.pm 2004/10/29 20:44:30 1.15 +++ loncom/interface/Attic/lonremote.pm 2005/01/31 19:24:02 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonremote.pm,v 1.15 2004/10/29 20:44:30 raeburn Exp $ +# $Id: lonremote.pm,v 1.16 2005/01/31 19:24:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -95,7 +95,7 @@ sub handler { &Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}, ['action','url']); unless ($ENV{'form.action'}) { - if ($ENV{'environment.remote'} eq 'on') { + if ($ENV{'environment.remote'} ne 'off') { $ENV{'form.action'}='collapse'; } else { $ENV{'form.action'}='launch';