Index: openacs-4/packages/lors-central/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lors-central/www/index.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/lors-central/www/index.tcl 9 May 2018 15:33:32 -0000 1.5 +++ openacs-4/packages/lors-central/www/index.tcl 29 Oct 2024 16:21:44 -0000 1.6 @@ -35,7 +35,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" }