Index: openacs-4/packages/contacts/www/contact.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/www/contact.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/contacts/www/contact.tcl 27 May 2005 09:06:01 -0000 1.4 +++ openacs-4/packages/contacts/www/contact.tcl 27 May 2005 09:35:43 -0000 1.5 @@ -22,7 +22,7 @@ if { $object_type == "person" } { set hidden_attributes [list first_names last_name] } elseif { $object_type == "organization" } { - set hide_attributes [list name] + set hidden_attributes [list name] }