--- loncom/interface/lonmenu.pm 2012/12/28 17:08:44 1.404 +++ loncom/interface/lonmenu.pm 2012/12/28 17:12:49 1.405 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.404 2012/12/28 17:08:44 raeburn Exp $ +# $Id: lonmenu.pm,v 1.405 2012/12/28 17:12:49 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -875,7 +875,8 @@ sub prepare_functions { $forceedit,$forceview,$forcereg, $env{'form.title'},$env{'form.suppurl'}); } - } elsif ($resurl !~ m{^/?adm/($match_domain)/($match_username)/aboutme$}) { + } elsif (($resurl !~ m{^/?adm/($match_domain)/($match_username)/aboutme$}) && + ($resurl ne '/cgi-bin/printout.pl')) { if ($env{'request.filename'}) { my $file=&Apache::lonnet::declutter($env{'request.filename'}); ($cfile,$home,$switchserver,$forceedit,$forceview) =