Index: openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl,v diff -u -N -r1.23 -r1.23.2.1 --- openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl 17 Jul 2018 11:42:26 -0000 1.23 +++ openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl 13 Mar 2019 09:50:36 -0000 1.23.2.1 @@ -50,8 +50,8 @@ set context_bar [ad_context_bar $page_title] # Figure out which actions to take on the selected adp:s -set replace_text_p [ad_decode [lsearch -exact $file_action replace_text] "-1" "0" "1"] -set replace_tags_p [ad_decode [lsearch -exact $file_action replace_tags] "-1" "0" "1"] +set replace_text_p [expr {"replace_text" in $file_action}] +set replace_tags_p [expr {"replace_tags" in $file_action}] # We need either or both of the actions to be selected if { ! $replace_text_p && ! $replace_tags_p } {