[LON-CAPA-cvs] cvs: loncom /publisher lonconstruct.pm

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 01 Dec 2004 17:10:55 -0000


albertel		Wed Dec  1 12:10:55 2004 EDT

  Modified files:              
    /loncom/publisher	lonconstruct.pm 
  Log:
  - environment.remote might not even exist, in that case we assume on
  - BUG#3658
  
  
Index: loncom/publisher/lonconstruct.pm
diff -u loncom/publisher/lonconstruct.pm:1.24 loncom/publisher/lonconstruct.pm:1.25
--- loncom/publisher/lonconstruct.pm:1.24	Fri Oct 29 16:44:30 2004
+++ loncom/publisher/lonconstruct.pm	Wed Dec  1 12:10:55 2004
@@ -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 @@
 #
    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';
    }