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.18.2.4 -r1.18.2.5 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 16 Apr 2004 16:56:32 -0000 1.18.2.4 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 19 Apr 2004 09:42:41 -0000 1.18.2.5 @@ -496,7 +496,7 @@ # so the paginator cahing works properly set paginator_name $list_properties(name) foreach filter $list_properties(filters) { - if { $filter ne "page" && [info exists list_properties(filter,$filter)] } { + if { ![string equal $filter "page"] && [info exists list_properties(filter,$filter)] } { append paginator_name ",$filter=$list_properties(filter,$filter)" } }