--- loncom/publisher/Attic/lonconstruct.pm 2004/10/29 20:44:30 1.24 +++ loncom/publisher/Attic/lonconstruct.pm 2004/12/01 17:10:55 1.25 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construction Space Page Wrapper for Construction # -# $Id: lonconstruct.pm,v 1.24 2004/10/29 20:44:30 raeburn Exp $ +# $Id: lonconstruct.pm,v 1.25 2004/12/01 17:10:55 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -123,7 +123,7 @@ sub handler { # my $toprows = 0; my $topsrc = ''; - if ($ENV{'environment.remote'} eq 'on') { + if ($ENV{'environment.remote'} ne 'off') { $toprows = '110'; $topsrc = '/adm/localize/adm/publisher.html'; }