Index: openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/01-database-procs.tcl,v diff -u -N -r1.1.2.17 -r1.1.2.18 --- openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 22 Sep 2020 08:44:53 -0000 1.1.2.17 +++ openacs-4/packages/acs-tcl/tcl/01-database-procs.tcl 28 Oct 2020 15:39:19 -0000 1.1.2.18 @@ -2346,7 +2346,7 @@ } } -if {[info commands ns_cache_transaction_begin] eq ""} { +if {[namespace which ns_cache_transaction_begin] eq ""} { # # When the server has no support for ns_cache_transaction_*, # provide dummy procs to avoid run time "if" statements.