Index: openacs-4/packages/cms/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/form-procs.tcl,v diff -u -r1.32 -r1.33 --- openacs-4/packages/cms/tcl/form-procs.tcl 9 May 2018 15:33:30 -0000 1.32 +++ openacs-4/packages/cms/tcl/form-procs.tcl 26 Nov 2024 09:23:37 -0000 1.33 @@ -946,7 +946,7 @@ # } # delete the tempfile - ns_unlink $tmpfile + file delete $tmpfile } @@ -1031,7 +1031,7 @@ } { - set tmp_file [ns_tmpnam] + set tmp_file [ns_mktemp] set fd [open $tmp_file w] @@ -2023,7 +2023,7 @@ } # delete the tempfile - ns_unlink $tmpfile + file delete $tmpfile }