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

taceyjo1 lon-capa-cvs@mail.lon-capa.org
Sun, 19 Oct 2003 16:46:16 -0000


taceyjo1		Sun Oct 19 12:46:16 2003 EDT

  Modified files:              
    /loncom/publisher	lonconstruct.pm 
  Log:
  Fixes the bug that was brought to my attention today
  
  
Index: loncom/publisher/lonconstruct.pm
diff -u loncom/publisher/lonconstruct.pm:1.17 loncom/publisher/lonconstruct.pm:1.18
--- loncom/publisher/lonconstruct.pm:1.17	Sat Oct 18 13:19:49 2003
+++ loncom/publisher/lonconstruct.pm	Sun Oct 19 12:46:16 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Construction Space Page Wrapper for Construction
 #
-# $Id: lonconstruct.pm,v 1.17 2003/10/18 17:19:49 taceyjo1 Exp $
+# $Id: lonconstruct.pm,v 1.18 2003/10/19 16:46:16 taceyjo1 Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -123,7 +123,7 @@
    &Apache::loncommon::get_unprocessed_cgi
 	($ENV{'QUERY_STRING'},['decompress']);
    if ($ENV{'form.decompress'}) {
-       $lowerframe='http://$ENV{'SERVER_NAME'}/cgi-bin/decompress.pl?decompress';
+       $lowerframe="http://$ENV{'SERVER_NAME'}/cgi-bin/decompress.pl?decompress";
    }
    $r->print(<<ENDPAGE);
 <html>