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.34 -r1.35 --- openacs-4/packages/acs-templating/tcl/list-procs.tcl 26 Jul 2006 19:56:26 -0000 1.34 +++ openacs-4/packages/acs-templating/tcl/list-procs.tcl 26 Jul 2006 20:04:32 -0000 1.35 @@ -2740,18 +2740,16 @@ set __client_property_filters [list] foreach {__ref __value} $__old_client_property_filters { - ns_log notice "clear_one [set ${__ref}(name)] $clear_one" if {[set ${__ref}(name)] ne $clear_one} { lappend __client_property_filters $__ref $__value } } # if we changed the list of filters, save it in the # client property, we read it later on to build the # form of selected filters - if {[exists_and_not_null __client_property_filters]} { - set client_property_filters $__client_property_filters - ad_set_client_property acs-templating $__list_filter_form_client_property_key $__client_property_filters - } + set client_property_filters $__client_property_filters + ad_set_client_property acs-templating $__list_filter_form_client_property_key $__client_property_filters + } } -on_submit {