Index: openacs-4/packages/contacts/lib/offers-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/offers-portlet.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/contacts/lib/offers-portlet.tcl 12 Oct 2005 22:39:08 -0000 1.1 +++ openacs-4/packages/contacts/lib/offers-portlet.tcl 18 Oct 2005 16:20:28 -0000 1.2 @@ -1 +1,9 @@ +# Portlet for displaying all projects which have the status offer along with the offer-list + +foreach optional_param {status_id} { + if {![info exists $optional_param]} { + set $optional_param {} + } +} + set portlet_layout [parameter::get -parameter "DefaultPortletLayout"] \ No newline at end of file