Index: openacs-4/packages/acs-admin/www/auth/authority.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/authority.tcl,v diff -u -r1.28.2.3 -r1.28.2.4 --- openacs-4/packages/acs-admin/www/auth/authority.tcl 11 Mar 2021 16:35:21 -0000 1.28.2.3 +++ openacs-4/packages/acs-admin/www/auth/authority.tcl 1 Sep 2024 12:21:56 -0000 1.28.2.4 @@ -323,7 +323,7 @@ set context [list [list "." "Authentication"] $page_title] if { [info exists authority_id] && $authority_id ne "" } { - set num_users [lc_numeric [db_string num_users_in_auhtority { + set num_users [lc_numeric [db_string num_users_in_authority { select count(*) from users where authority_id = :authority_id }]] } else {