--- loncom/interface/lonprintout.pm 2007/09/08 23:41:49 1.509 +++ loncom/interface/lonprintout.pm 2007/10/11 22:49:49 1.510 @@ -2,7 +2,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.509 2007/09/08 23:41:49 albertel Exp $ +# $Id: lonprintout.pm,v 1.510 2007/10/11 22:49:49 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1969,10 +1969,7 @@ ENDPART } my $URLback=''; #link to original document - if ($helper->{'VARS'}->{'construction'} ne '1') { - #prints published resource - $URLback=&escape('/adm/flip?postdata=return:'); - } else { + if ($helper->{'VARS'}->{'construction'} eq '1') { #prints resource from the construction space $URLback='/'.$helper->{'VARS'}->{'filename'}; if ($URLback=~/([^?]+)/) {