Diff for /loncom/interface/lonprintout.pm between versions 1.545.2.3 and 1.545.2.5

version 1.545.2.3, 2008/12/22 22:28:18 version 1.545.2.5, 2009/09/10 23:36:03
Line 37  use Apache::grades; Line 37  use Apache::grades;
 use Apache::edit;  use Apache::edit;
 use Apache::File();  use Apache::File();
 use Apache::lonnavmaps;  use Apache::lonnavmaps;
 use Apache::admannotations;  
 use Apache::lonenc;  use Apache::lonenc;
 use Apache::entities;  use Apache::entities;
   
Line 97  sub fetch_raw_resource { Line 96  sub fetch_raw_resource {
 sub annotate {  sub annotate {
     my ($symb) = @_;      my ($symb) = @_;
   
     my $annotation_text = &Apache::admannotations::get_annotation($symb, 1);      my $annotation_text = &Apache::loncommon::get_annotation($symb, 1);
   
   
     my $result = "";      my $result = "";
   
Line 1539  ENDPART Line 1537  ENDPART
  &Apache::lonnet::appenv({'construct.style' =>   &Apache::lonnet::appenv({'construct.style' =>
  $helper->{'VARS'}->{'style_file'}});   $helper->{'VARS'}->{'style_file'}});
     } elsif ($env{'construct.style'}) {      } elsif ($env{'construct.style'}) {
  &Apache::lonnet::delenv('construct\\.style');   &Apache::lonnet::delenv('construct.style');
     }      }
   
   

Removed from v.1.545.2.3  
changed lines
  Added in v.1.545.2.5


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