--- loncom/interface/lonprintout.pm 2007/05/02 01:33:49 1.501 +++ loncom/interface/lonprintout.pm 2007/07/04 14:17:36 1.502 @@ -2,7 +2,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.501 2007/05/02 01:33:49 albertel Exp $ +# $Id: lonprintout.pm,v 1.502 2007/07/04 14:17:36 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -867,7 +867,11 @@ sub page_format_transformation { my ($textwidth,$textheight,$oddoffset,$evenoffset,$topmargin); if ($selectionmade eq '4') { - $assignment='Problems from the Whole Course'; + if ($choice eq 'all_problems') { + $assignment='Problems from the Whole Course'; + } else { + $assignment='Resources from the Whole Course'; + } } else { $assignment=&Apache::lonxml::latex_special_symbols($assignment,'header'); }