Index: openacs-4/packages/acs-templating/tcl/filter-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/filter-procs.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/acs-templating/tcl/filter-procs.tcl 27 Feb 2005 22:45:40 -0000 1.14 +++ openacs-4/packages/acs-templating/tcl/filter-procs.tcl 10 Jan 2007 21:22:12 -0000 1.15 @@ -27,7 +27,7 @@ set cache_p [lindex $args 0] - if { [string equal $cache_p "t"] } { + if {$cache_p eq "t"} { set persistent_p [lindex $args 1] set excluded_vars [lindex $args 2]