Diff for /loncom/publisher/Attic/lonconstruct.pm between versions 1.19 and 1.20

version 1.19, 2003/11/18 04:08:15 version 1.20, 2003/11/19 14:57:32
Line 119  sub handler { Line 119  sub handler {
    if ($ENV{'form.forceColoredit'}) {     if ($ENV{'form.forceColoredit'}) {
        $lowerframe.='?editmode=Edit&problemmode=Edit';         $lowerframe.='?editmode=Edit&problemmode=Edit';
    }     }
    &Apache::loncommon::get_unprocessed_cgi  
  ($ENV{'QUERY_STRING'},['decompress']);  
    if ($ENV{'form.decompress'}) {  
  &Apache::lonnet::appenv('cgi.path' => $r->path_info);  
  $lowerframe="http://$ENV{SERVER_NAME}/cgi-bin/decompress.pl";  
   
    }  
    $r->print(<<ENDPAGE);     $r->print(<<ENDPAGE);
 <html>  <html>
 <head><title>LON-CAPA Construction Space</title>  <head><title>LON-CAPA Construction Space</title>

Removed from v.1.19  
changed lines
  Added in v.1.20


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>