--- loncom/interface/loncommon.pm 2009/07/21 14:36:07 1.863 +++ loncom/interface/loncommon.pm 2009/07/25 14:44:50 1.864 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.863 2009/07/21 14:36:07 droeschl Exp $ +# $Id: loncommon.pm,v 1.864 2009/07/25 14:44:50 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -10404,7 +10404,7 @@ sub init_user_environment { &Apache::lonnet::usertools_access($username,$domain,$tool,'reload'); } - foreach my $crstype ('official','unofficial') { + foreach my $crstype ('official','unofficial','community') { $userenv{'canrequest.'.$crstype} = &Apache::lonnet::usertools_access($username,$domain,$crstype, 'reload','requestcourses');