Index: openacs-4/packages/acs-lang/www/doc/acs4-patches.txt =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/doc/acs4-patches.txt,v diff -u -N -r1.1.1.1 -r1.1.1.1.28.1 --- openacs-4/packages/acs-lang/www/doc/acs4-patches.txt 20 Apr 2001 20:51:09 -0000 1.1.1.1 +++ openacs-4/packages/acs-lang/www/doc/acs4-patches.txt 2 Oct 2013 09:10:23 -0000 1.1.1.1.28.1 @@ -188,7 +188,7 @@ } # Is the "static" attribute present? - set static_p [expr [ns_set find $params static] >= 0] + set static_p [expr {[ns_set find $params static] >= 0}] # If "static" attribute is present, do the call now if {$static_p} {