Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.320.2.3 -r1.320.2.4 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 3 Oct 2013 13:49:21 -0000 1.320.2.3 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 5 Oct 2013 11:26:22 -0000 1.320.2.4 @@ -2066,7 +2066,7 @@ set reduced_attributes $needed_attributes foreach f $auto_fields { - set p [lsearch $reduced_attributes $f] + set p [lsearch -exact $reduced_attributes $f] if {$p > -1} { #if {$form_vars} { #set auto_field_in_form($f) 1