Index: openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl,v diff -u -N -r1.27.8.12 -r1.27.8.13 --- openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 2 Sep 2014 18:04:07 -0000 1.27.8.12 +++ openacs-4/packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl 3 Sep 2014 19:44:55 -0000 1.27.8.13 @@ -55,9 +55,7 @@ array set doc_elements $error } } else { - global errorCode - global errorInfo - return -code $errno -errorcode $errorCode -errorinfo $errorInfo $error + return -code $errno -errorcode $::errorCode -errorinfo $::errorInfo $error } if { [info exists doc_elements] } {