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 -N -r1.18 -r1.19 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 27 Feb 2004 15:48:45 -0000 1.18 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 25 Mar 2004 21:51:24 -0000 1.19 @@ -1313,7 +1313,7 @@ # Handle 'other_label' if { [exists_and_not_null current_filter_value] && \ !$found_selected_p && \ - ![empty_string_p filter_properties(other_label)] } { + ![empty_string_p $filter_properties(other_label)] } { # Add filter entry with the 'other_label'. lappend filter_properties(values) [list $filter_properties(other_label) {}]