Index: openacs-4/packages/lors-central/tcl/lors-central-export-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/tcl/lors-central-export-procs.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/packages/lors-central/tcl/lors-central-export-procs.tcl	17 May 2005 16:21:18 -0000	1.1
+++ openacs-4/packages/lors-central/tcl/lors-central-export-procs.tcl	26 Nov 2024 09:23:38 -0000	1.2
@@ -48,7 +48,7 @@
     {-file_name ""}
 } {
     if {[empty_string_p $path]} {
-	set path [ns_tmpnam]
+	set path [ns_mktemp]
    }
     db_1row select_object_info {             
 	select fs_objects.*
@@ -79,7 +79,7 @@
     publish the contents of a file storage folder to the file system
 } {
     if {[empty_string_p $path]} {
-	set path [ns_tmpnam]
+	set path [ns_mktemp]
     }
 
     if {[empty_string_p $folder_name]} {
@@ -110,7 +110,7 @@
     (which at least KDE also knows how to handle)
 } {
     if {[empty_string_p $path]} {
-	set path [ns_tmpnam]
+	set path [ns_mktemp]
 	file mkdir $path
     }
 
@@ -138,7 +138,7 @@
     publish an object to the file system
 } {
     if {[empty_string_p $path]} {
-	set path [ns_tmpnam]
+	set path [ns_mktemp]
 	file mkdir $path
     }