Diff for /loncom/xml/lonplot.pm between versions 1.164 and 1.165

version 1.164, 2012/07/24 11:02:58 version 1.165, 2012/07/24 11:05:11
Line 2091  sub write_gnuplot_file { Line 2091  sub write_gnuplot_file {
     }      }
     # Write the output to a file.      # Write the output to a file.
   
     &Apache::lonnet::logthis($gnuplot_input); # uncomment to log the gnuplot input.      # &Apache::lonnet::logthis($gnuplot_input); # uncomment to log the gnuplot input.
     open (my $fh, "> $tmpdir$filename.data");      open (my $fh, "> $tmpdir$filename.data");
     binmode($fh, ':utf8');      binmode($fh, ':utf8');
     print $fh $gnuplot_input;      print $fh $gnuplot_input;

Removed from v.1.164  
changed lines
  Added in v.1.165


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