Index: openacs-4/packages/contacts/lib/contact-relationships.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/contact-relationships.tcl,v diff -u -r1.15 -r1.16 --- openacs-4/packages/contacts/lib/contact-relationships.tcl 22 Jun 2007 05:33:11 -0000 1.15 +++ openacs-4/packages/contacts/lib/contact-relationships.tcl 12 Aug 2018 12:30:06 -0000 1.16 @@ -36,7 +36,7 @@ multirow create rels relationship relation_url rel_id contact contact_url attribute value creation_date role -# Get the groups for adding and make sure we have the permisison working. +# Get the groups for adding and make sure we have the permissions working. set groups_belonging_to [db_list get_party_groups { select group_id from group_distinct_member_map where member_id = :party_id and group_id > 0}] lappend groups_belonging_to [contacts::default_group]