[LON-CAPA-cvs] cvs: loncom /xml londefdef.pm

sakharuk lon-capa-cvs@mail.lon-capa.org
Thu, 23 May 2002 20:19:04 -0000


sakharuk		Thu May 23 16:19:04 2002 EDT

  Modified files:              
    /loncom/xml	londefdef.pm 
  Log:
  modification of the file name for the list of eps pictures
  
  
Index: loncom/xml/londefdef.pm
diff -u loncom/xml/londefdef.pm:1.63 loncom/xml/londefdef.pm:1.64
--- loncom/xml/londefdef.pm:1.63	Thu May 23 13:43:07 2002
+++ loncom/xml/londefdef.pm	Thu May 23 16:19:04 2002
@@ -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 @@
 		  }
 	      } 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.'}}';