Index: openacs-4/packages/acs-authentication/tcl/driver-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/driver-procs.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/acs-authentication/tcl/driver-procs.tcl 10 Jan 2007 21:22:01 -0000 1.7 +++ openacs-4/packages/acs-authentication/tcl/driver-procs.tcl 7 Aug 2017 23:47:46 -0000 1.8 @@ -37,8 +37,7 @@ -impl_id $impl_id \ -operation GetParameters] } { - global errorInfo - ns_log Error "Error getting parameters for impl_id $impl_id: $errmsg\n$errorInfo" + ns_log Error "Error getting parameters for impl_id $impl_id: $errmsg\n$::errorInfo" } return $parameters } @@ -111,3 +110,9 @@ -operation GetParameters] } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: