Index: openacs-4/packages/new-portal/tcl/portal-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/new-portal/tcl/portal-procs.tcl,v diff -u -N -r1.216.2.3 -r1.216.2.4 --- openacs-4/packages/new-portal/tcl/portal-procs.tcl 16 Oct 2019 09:42:46 -0000 1.216.2.3 +++ openacs-4/packages/new-portal/tcl/portal-procs.tcl 22 Nov 2019 16:39:23 -0000 1.216.2.4 @@ -1442,7 +1442,9 @@ ] if {$curr_reg > $target_reg_num} { - # the new page dosent have this region, set to max region + # + # The new page does not have this region, set to max region. + # set region $target_reg_num } else { set region $curr_reg @@ -2291,7 +2293,7 @@ set template [subst {}] set __adp_stub [acs_root_dir] set code [template::adp_compile -string $template] - + return [template::adp_eval code] }