--- loncom/interface/loncreateuser.pm 2007/11/10 03:51:46 1.193 +++ loncom/interface/loncreateuser.pm 2007/11/12 15:37:47 1.194 @@ -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.194 2007/11/12 15:37:47 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2823,7 +2823,8 @@ sub user_search_result { {&Apache::lonnet::get('environment', ['firstname', 'lastname', - 'permanentemail'])}; + 'permanentemail'], + $cudomain,$cuname)}; } } }