--- loncom/auth/lonroles.pm 2002/08/21 17:18:08 1.41 +++ loncom/auth/lonroles.pm 2002/08/28 14:11:27 1.42 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.41 2002/08/21 17:18:08 www Exp $ +# $Id: lonroles.pm,v 1.42 2002/08/28 14:11:27 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -322,7 +322,9 @@ ENDHEADER } my $tcourseid=$tdom.'_'.$trest; if ($ENV{'course.'.$tcourseid.'.description'}) { - $twhere=$ENV{'course.'.$tcourseid.'.description'}; + $twhere= +&Apache::loncommon::syllabuswrapper($ENV{'course.'.$tcourseid.'.description'}, +$trest,$tdom); } else { my %newhash=Apache::lonnet::coursedescription ($tcourseid);