Index: openacs-4/packages/acs-admin/www/apm/version-i18n-process.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-i18n-process.tcl,v diff -u -r1.7 -r1.7.2.1 --- openacs-4/packages/acs-admin/www/apm/version-i18n-process.tcl 8 May 2018 22:37:18 -0000 1.7 +++ openacs-4/packages/acs-admin/www/apm/version-i18n-process.tcl 13 Mar 2019 09:52:04 -0000 1.7.2.1 @@ -21,8 +21,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}] # If no texts should be replaced we need not give the user a choice of keys to use and # can go straight to the processing