Index: openacs-4/packages/acs-templating/tcl/file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/file-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-templating/tcl/file-procs.tcl 29 Jul 2006 23:10:33 -0000 1.9 +++ openacs-4/packages/acs-templating/tcl/file-procs.tcl 10 Jan 2007 21:22:12 -0000 1.10 @@ -21,7 +21,7 @@ # Work around Windows bullshit set filename [ns_queryget $element_id] - if { [string equal $filename ""] } { + if {$filename eq ""} { return "" }