--- loncom/interface/loncreateuser.pm 2007/11/10 03:51:46 1.193 +++ loncom/interface/loncreateuser.pm 2007/11/15 19:06:28 1.195 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.193 2007/11/10 03:51:46 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.195 2007/11/15 19:06:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1825,7 +1825,7 @@ END $r->print($result); } } - if ($key=~m{^form\.rev\:([^_]+)_cr\.cr/($match_domain)/($match_username)/(\w+)$ }s) { + if ($key=~m{^form\.rev\:([^_]+)_cr\.cr/($match_domain)/($match_username)/(\w+)$}s) { # Revoke custom role $r->print(&mt('Revoking custom role:'). ' '.$4.' by '.$3.':'.$2.' in '.$1.': '. @@ -2823,7 +2823,8 @@ sub user_search_result { {&Apache::lonnet::get('environment', ['firstname', 'lastname', - 'permanentemail'])}; + 'permanentemail'], + $cudomain,$cuname)}; } } }