Diff for /loncom/interface/lonprintout.pm between versions 1.445 and 1.447

version 1.445, 2006/06/26 21:53:36 version 1.447, 2006/06/26 22:18:48
Line 1805  sub print_resources { Line 1805  sub print_resources {
     }      }
     #  Fullname may have special latex characters that need \ prefixing:      #  Fullname may have special latex characters that need \ prefixing:
     #      #
     &Apache::lonnet::logthis("Prior to latex escape: $fullname");  
 #    $fullname = &escape_LaTeX($fullname);  
     &Apache::lonnet::logthis("After escape $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 

Removed from v.1.445  
changed lines
  Added in v.1.447


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