Index: openacs-4/packages/acs-tcl/tcl/xml-2-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/xml-2-procs.tcl,v diff -u -r1.5.2.1 -r1.5.2.2 --- openacs-4/packages/acs-tcl/tcl/xml-2-procs.tcl 4 Aug 2020 09:35:16 -0000 1.5.2.1 +++ openacs-4/packages/acs-tcl/tcl/xml-2-procs.tcl 28 Oct 2020 15:39:19 -0000 1.5.2.2 @@ -114,7 +114,7 @@ set name parser[incr ParserCounter] } - if {[info commands [namespace current]::$name] ne {}} { + if {[namespace which [namespace current]::$name] ne {}} { return -code error "unable to create parser object \"[namespace current]::$name\" command" }