Index: openacs-4/packages/lorsm/www/shared/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/shared/Attic/index.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/lorsm/www/shared/index.tcl 4 Sep 2004 14:51:29 -0000 1.1 +++ openacs-4/packages/lorsm/www/shared/index.tcl 27 Oct 2004 07:46:54 -0000 1.2 @@ -18,3 +18,7 @@ set title "Shared Courses" set context [list "Shared Courses"] +set community_id [dotlrn_community::get_community_id] + +# Permissions +dotlrn::require_user_admin_community -user_id [ad_conn user_id] -community_id $community_id