Index: openacs-4/packages/lors/tcl/lors-imscp-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors/tcl/lors-imscp-procs.tcl,v diff -u -N -r1.22 -r1.23 --- openacs-4/packages/lors/tcl/lors-imscp-procs.tcl 31 May 2013 20:27:17 -0000 1.22 +++ openacs-4/packages/lors/tcl/lors-imscp-procs.tcl 29 Mar 2018 22:49:53 -0000 1.23 @@ -973,7 +973,7 @@ @author Ernie Ghiglione (ErnieG@mm.st) } { - if {[file exist $tmp_dir/$file]} { + if {[file exists $tmp_dir/$file]} { return "$tmp_dir/$file" } else { return 0