--- loncom/interface/loncreateuser.pm 2008/12/08 22:46:28 1.267 +++ loncom/interface/loncreateuser.pm 2008/12/14 14:36:18 1.268 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.267 2008/12/08 22:46:28 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.268 2008/12/14 14:36:18 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2480,7 +2480,7 @@ sub update_roles { my $result = &Apache::lonnet::assigncustomrole( $env{'form.ccdomain'}, $env{'form.ccuname'}, $url,$rdom,$rnam,$rolename,0,$now,undef,$context); - $r->print(&mt('Re-enabling custom role [_1] by [_2]@[_3] in [_4] : [_5]', + $r->print(&mt('Re-enabling custom role [_1] by [_2]:[_3] in [_4] : [_5]', $rolename,$rnam,$rdom,$url,''.$result.'').'
'); if (!grep(/^cr$/,@rolechanges)) { push(@rolechanges,'cr');