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.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/xml-2-procs.tcl 10 Jan 2007 21:22:12 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/xml-2-procs.tcl 27 Oct 2014 16:40:09 -0000 1.3 @@ -114,7 +114,7 @@ set name parser[incr ParserCounter] } - if {[info command [namespace current]::$name] != {}} { + if {[info commands [namespace current]::$name] ne {}} { return -code error "unable to create parser object \"[namespace current]::$name\" command" }