Index: openacs-4/packages/search/tcl/search-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/search/tcl/search-procs.tcl,v diff -u -N -r1.47.6.3 -r1.47.6.4 --- openacs-4/packages/search/tcl/search-procs.tcl 14 Nov 2013 10:56:21 -0000 1.47.6.3 +++ openacs-4/packages/search/tcl/search-procs.tcl 1 Apr 2014 18:37:33 -0000 1.47.6.4 @@ -291,7 +291,7 @@ # Write content to a file and let the filter below extract the # words for the index from the file. # - set tmp_filename [ns_tmpnam] + set tmp_filename [ad_tmpnam] set f [open $tmp_filename w] puts $f $data close $f