Index: openacs-4/packages/edit-this-page/www/etp-edit.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/edit-this-page/www/etp-edit.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/edit-this-page/www/etp-edit.tcl 9 Sep 2013 17:34:17 -0000 1.15 +++ openacs-4/packages/edit-this-page/www/etp-edit.tcl 3 Oct 2013 09:15:25 -0000 1.16 @@ -75,7 +75,7 @@ ad_form -name etp_edit -export { name attribute widget} -form $form_list -edit_request { - if { [lsearch -exact {title description content} $attribute] >= 0 } { + if {$attribute in {title description content}} { # value is stored in cr_revisions table db_1row get_standard_attribute "" @@ -93,7 +93,7 @@ } -new_request { - if { [lsearch -exact {title description content} $attribute] >= 0 } { + if {$attribute in {title description content}} { # value is stored in cr_revisions table db_1row get_standard_attribute ""