Index: openacs-4/packages/new-portal/www/place-element.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/www/place-element.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/new-portal/www/place-element.tcl 30 Sep 2001 18:57:46 -0000 1.3 +++ openacs-4/packages/new-portal/www/place-element.tcl 30 Sep 2001 18:58:41 -0000 1.4 @@ -16,8 +16,10 @@ # this is actually the portal_id. It's passed as element_id to make # the template designer's job a little easier (one less thing to pass, # since it's seldom used anyway) perhaps it should be named something -# that can represent both values...? set portal_id $element_id +# that can represent both values...? +set portal_id $element_id + # can this region be edited? if { [portal_region_immutable_p $region] } { set immutable_p 1