Index: openacs-4/packages/acs-templating/tcl/list-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/list-procs.tcl,v diff -u -r1.57.8.5 -r1.57.8.6 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 11 Oct 2013 08:47:27 -0000 1.57.8.5 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 16 Oct 2013 10:16:16 -0000 1.57.8.6 @@ -1555,7 +1555,7 @@ if { $filter_properties($property) ne "" } { # We've found a where_clause to include - if { [string match *_eval $property] } { + if { [string match "*_eval" $property] } { # It's an _eval, subst it now lappend list_properties(filter_where_clauses) \ [uplevel $list_properties(ulevel) $filter_properties($property)]