Index: openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl 20 Feb 2006 22:01:02 -0000 1.4 +++ openacs-4/packages/contacts/lib/contact-relationships-portlet.tcl 28 Apr 2006 10:15:08 -0000 1.5 @@ -2,3 +2,6 @@ set portlet_layout [parameter::get -parameter "DefaultPortletLayout"] set relations_url "[contact::url -party_id $party_id]relationships" +if {![exists_and_not_null sort_by_date_p]} { + set sort_by_date_p 0 +}