--- loncom/auth/lonroles.pm 2001/12/29 21:09:47 1.33 +++ loncom/auth/lonroles.pm 2002/02/01 12:54:51 1.34 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.33 2001/12/29 21:09:47 www Exp $ +# $Id: lonroles.pm,v 1.34 2002/02/01 12:54:51 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -308,6 +308,9 @@ ENDHEADER $twhere='Currently not available'; $ENV{'course.'.$tcourseid.'.description'}=$twhere; } + if ($trole ne 'st') { + $twhere.="
Domain:".$tdom; + } } } } elsif ($tdom) {