Diff for /loncom/interface/lonprintout.pm between versions 1.627.2.10 and 1.627.2.11

version 1.627.2.10, 2014/02/08 23:52:03 version 1.627.2.11, 2014/02/19 02:26:13
Line 3780  sub print_resources { Line 3780  sub print_resources {
         $current_output =~ s/\\\\ Last updated:/Last updated:/          $current_output =~ s/\\\\ Last updated:/Last updated:/
     }      }
     my $newheader;      my $newheader;
     unless ($assessment_first) {      unless (($assessment_first) && ($actually_printed > 1)) {
         my $currentassignment=&Apache::lonxml::latex_special_symbols($helper->{VARS}->{'assignment'},'header');          my $currentassignment=&Apache::lonxml::latex_special_symbols($helper->{VARS}->{'assignment'},'header');
         my $header_line =          my $header_line =
     &format_page_header($LaTeXwidth, $parmhash{'print_header_format'},      &format_page_header($LaTeXwidth, $parmhash{'print_header_format'},

Removed from v.1.627.2.10  
changed lines
  Added in v.1.627.2.11


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>