--- loncom/xml/londefdef.pm 2002/05/23 17:43:07 1.63 +++ loncom/xml/londefdef.pm 2002/05/23 20:19:04 1.64 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # Tags Default Definition Module # -# $Id: londefdef.pm,v 1.63 2002/05/23 17:43:07 sakharuk Exp $ +# $Id: londefdef.pm,v 1.64 2002/05/23 20:19:04 sakharuk Exp $ # # # Copyright Michigan State University Board of Trustees @@ -1489,7 +1489,7 @@ EDITBUTTON } } else { my $temp_file; - my $filename = "/home/httpd/prtspool/$ENV{'user.name'}$ENV{'user.domain'}temp$ENV{'user.login.time'}.dat"; + my $filename = "/home/httpd/prtspool/$ENV{'user.name'}_$ENV{'user.domain'}_printout.dat"; $temp_file = Apache::File->new('>>'.$filename); print $temp_file "$src\n"; $currentstring .= '\graphicspath{{/home/httpd/prtspool/}}\fbox{\includegraphics'.$width_param.'{'.$file.'}}';