Index: openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl 29 Mar 2002 19:43:33 -0000 1.3 +++ openacs-4/packages/static-portlet/tcl/static-portal-content-procs.tcl 2 Apr 2002 06:13:47 -0000 1.4 @@ -59,8 +59,7 @@ } { db_transaction { # Generate the element - set element_id [portal::add_element -pretty_name [get_pretty_name -content_id $content_id] \ - $portal_id [static_portlet::my_name]] + set element_id [portal::add_element -pretty_name [get_pretty_name -content_id $content_id] -force_region 1 $portal_id [static_portlet::my_name]] # Set the parameter portal::set_element_param $element_id content_id $content_id