Diff for /loncom/interface/lonprintout.pm between versions 1.470 and 1.471

version 1.470, 2006/07/31 22:19:21 version 1.471, 2006/07/31 22:53:07
Line 3115  sub preprocess { Line 3115  sub preprocess {
  foreach my $dim ('width', 'height', 'lmargin') {   foreach my $dim ('width', 'height', 'lmargin') {
     my ($value, $units) = split(/ /, $size{$dim});      my ($value, $units) = split(/ /, $size{$dim});
                   
     &Apache::lonnet::logthis("$dim : $value : $units");  
       
     $helper->{VARS}->{"$var.".$dim}      = $value;      $helper->{VARS}->{"$var.".$dim}      = $value;
     $helper->{VARS}->{"$var.".$dim.'unit'} = $units;      $helper->{VARS}->{"$var.".$dim.'unit'} = $units;
           

Removed from v.1.470  
changed lines
  Added in v.1.471


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