Index: openacs-4/packages/acs-authentication/tcl/authority-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authority-procs.tcl,v diff -u -r1.39.2.6 -r1.39.2.7 --- openacs-4/packages/acs-authentication/tcl/authority-procs.tcl 30 Mar 2021 15:54:48 -0000 1.39.2.6 +++ openacs-4/packages/acs-authentication/tcl/authority-procs.tcl 5 Dec 2021 16:16:18 -0000 1.39.2.7 @@ -524,7 +524,7 @@ } { set columns [get_columns] - lappend columns \ + lappend columns \ "(select impl_pretty_name from acs_sc_impls where impl_id = auth_impl_id) as auth_impl_name" \ "(select impl_pretty_name from acs_sc_impls where impl_id = pwd_impl_id) as pwd_impl_name" \ "(select impl_pretty_name from acs_sc_impls where impl_id = register_impl_id) as register_impl_name" \