--- loncom/interface/lonprintout.pm 2004/06/03 18:46:34 1.305 +++ loncom/interface/lonprintout.pm 2004/06/07 19:08:36 1.306 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.305 2004/06/03 18:46:34 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.306 2004/06/07 19:08:36 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1596,7 +1596,8 @@ HELPERFRAGMENT # If the user is priviledged, allow them to print all # problems in the course, optionally for selected students - if ($userPriviledged && ($helper->{VARS}->{'postdata'}=~/\/res\//)) { + if ($userPriviledged && + ($helper->{VARS}->{'postdata'}=~/\/res\// || $helper->{VARS}->{'postdata'}=~/\/(syllabus|smppg|aboutme|bulletinboard)$/)) { push @{$printChoices}, ['Problems from entire course', 'all_problems', 'ALL_PROBLEMS']; &Apache::lonxml::xmlparse($r, 'helper', <