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.48 -r1.49 --- openacs-4/packages/search/tcl/search-procs.tcl 27 Oct 2014 16:41:55 -0000 1.48 +++ openacs-4/packages/search/tcl/search-procs.tcl 7 Aug 2017 23:48:29 -0000 1.49 @@ -14,7 +14,7 @@ Add an object to the search_observer_queue table with an event. - You should excercise care that the entry is not being + You should exercise care that the entry is not being created from a trigger (although search is robust for multiple entries so it will not insert or update the same object more than once per sweep). @@ -302,7 +302,7 @@ #ns_log notice "search::content_filter txt len [string length $txt]" if {[info exists tmp_filename]} { - file delete $tmp_filename + file delete -- $tmp_filename } } @@ -481,3 +481,9 @@ } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: