--- loncom/interface/lonprintout.pm 2016/12/06 03:43:46 1.652 +++ loncom/interface/lonprintout.pm 2017/01/29 16:02:29 1.653 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.652 2016/12/06 03:43:46 raeburn Exp $ +# $Id: lonprintout.pm,v 1.653 2017/01/29 16:02:29 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3448,7 +3448,11 @@ ENDPART $URLback=$helper->{'VARS'}->{'filename'}; } elsif ($helper->{VARS}{'symb'}) { my ($map, $id, $url) = &Apache::lonnet::decode_symb($helper->{VARS}{'symb'}); - $URLback = &Apache::lonnet::clutter($url); + $url = &Apache::lonnet::clutter($url); + if ($env{'request.enc'}) { + $url = &Apache::lonenc::encrypted($url); + } + $URLback = $url.($url =~ /\?/) ? '&':'?''.?symb='.$helper->{VARS}{'symb'}; } # # Final adjustment of the font size: