antoniop
committed
on 26 Jan 23
Fix regression: the reimplementation of ::xo::dc foreach reintroduced the old "out of pools bug"

The fix makes again use of the ns_set api … Show more
Fix regression: the reimplementation of ::xo::dc foreach reintroduced the old "out of pools bug"

The fix makes again use of the ns_set api to free the handle before the code is executed

Show less

openacs-4/.../theme-zen/www/index.tcl (+4 -0)
  1 ad_page_contract {
  2     Index page
  3 }
  4
1 5 ns_returnredirect accessibility
2 6
3 7 # Local variables:
4 8 #    mode: tcl
5 9 #    tcl-indent-level: 4
6 10 #    indent-tabs-mode: nil
7 11 # End: