--- loncom/interface/loncreateuser.pm 2006/06/26 22:31:56 1.122 +++ loncom/interface/loncreateuser.pm 2006/06/27 17:48:53 1.123 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.122 2006/06/26 22:31:56 albertel Exp $ +# $Id: loncreateuser.pm,v 1.123 2006/06/27 17:48:53 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1598,11 +1598,6 @@ sub custom_role_editor { ENDCCF foreach my $priv (sort keys %full) { my $privtext = &Apache::lonnet::plaintext($priv); - if ($env{'course.'.$env{'request.course.id'}.'.type'}) { - $privtext =~ s/Student/Member/; - $privtext =~ s/student/member/; - $privtext =~ s/course/group/; - } $r->print(''.$privtext.''. ($courselevel{$priv}?'':' ').