Index: openacs-4/packages/contacts/tcl/contact-message-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contact-message-procs.tcl,v diff -u -r1.29 -r1.30 --- openacs-4/packages/contacts/tcl/contact-message-procs.tcl 9 Apr 2006 16:40:51 -0000 1.29 +++ openacs-4/packages/contacts/tcl/contact-message-procs.tcl 21 May 2006 00:42:26 -0000 1.30 @@ -282,7 +282,7 @@ } { Returns the order of priority of attribute_ids for the letter mailing address } { - set attribute_ids [parameter::get -parameter "MailingAddressAttributeIdOrder" -default {}] + set attribute_ids [parameter::get -package_id $package_id -parameter "MailingAddressAttributeIdOrder" -default {}] if { [llength $attribute_ids] == 0 } { # no attribute_id preference was specified so we get all postal_address attribute types and order them set postal_address_attributes [db_list_of_lists get_postal_address_attributes { select pretty_name, attribute_id from ams_attributes where widget = 'postal_address'}]