Index: openacs-4/packages/contacts/www/cadmin/attributes-answer-optional.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/cadmin/Attic/attributes-answer-optional.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/contacts/www/cadmin/attributes-answer-optional.tcl 19 Aug 2004 01:21:42 -0000 1.1.2.2 +++ openacs-4/packages/contacts/www/cadmin/attributes-answer-optional.tcl 22 Aug 2004 23:39:42 -0000 1.1.2.3 @@ -13,7 +13,6 @@ foreach attribute_id $attribute_id { db_dml map_the_attribute { - update contact_attribute_object_map set required_p = 'f' where object_id = :object_id and attribute_id = :attribute_id } }