Index: openacs-4/packages/acs-templating/tcl/util-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/util-procs.tcl,v diff -u -r1.28.2.10 -r1.28.2.11 --- openacs-4/packages/acs-templating/tcl/util-procs.tcl 29 Sep 2015 08:04:27 -0000 1.28.2.10 +++ openacs-4/packages/acs-templating/tcl/util-procs.tcl 1 Oct 2015 18:44:01 -0000 1.28.2.11 @@ -134,7 +134,9 @@ @return 0 if the variable can be interpreted as false; 1 for true if it can't. } { - expr {[string tolower $x] ni {0 f false n no off ""}} + #expr {[string tolower $x] ni {0 f false n no off ""}} + #ns_log notice "TRUE [expr {[string tolower $x] ni {0 f false n no off ""}}] [string is true -strict $x]" + string is true -strict $x } ad_proc -public template::util::lpop { ref } {