Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -N -r1.50.2.2 -r1.50.2.3 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 13 Jul 2020 12:02:33 -0000 1.50.2.2 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 28 Oct 2020 15:39:19 -0000 1.50.2.3 @@ -451,7 +451,7 @@ # Call db_release_unused_handles, only if the library defining it # (10-database-procs.tcl) has been sourced yet. - if { [info commands db_release_unused_handles] ne ""} { + if { [namespace which db_release_unused_handles] ne ""} { db_release_unused_handles } }