Diff for /loncom/interface/lonprintout.pm between versions 1.443 and 1.444

version 1.443, 2006/06/19 21:40:29 version 1.444, 2006/06/26 21:20:37
Line 1802  sub print_resources { Line 1802  sub print_resources {
  $namepostfix="\\\\Name: ";   $namepostfix="\\\\Name: ";
  $fullname = "CODE - ".$moreenv->{'CODE'};   $fullname = "CODE - ".$moreenv->{'CODE'};
     }      }
       #  Fullname may have special latex characters that need \ prefixing:
       #
       $fullname = escape_LaTeX($fullname);
   
     my $i           = 0;      my $i           = 0;
     #goes through all resources, checks if they are available for       #goes through all resources, checks if they are available for 
     #current student, and produces output         #current student, and produces output   

Removed from v.1.443  
changed lines
  Added in v.1.444


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