Index: openacs-4/packages/lors-central/www/lc-admin/grant-permissions.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/www/lc-admin/grant-permissions.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/lors-central/www/lc-admin/grant-permissions.tcl 4 Apr 2018 20:29:27 -0000 1.2 +++ openacs-4/packages/lors-central/www/lc-admin/grant-permissions.tcl 29 Oct 2024 16:21:44 -0000 1.3 @@ -30,7 +30,7 @@ set extra_query "" } -# If user is not site wide we just show the courses where he/she has admin privilege over +# If user is not site-wide we just show the courses where he/she has admin privilege over if { ![acs_user::site_wide_admin_p] } { append extra_query " and p.object_id = acs.object_id and p.privilege = 'admin' and p.grantee_id = :user_id" }