--- loncom/interface/loncreateuser.pm 2008/07/17 20:05:14 1.257 +++ loncom/interface/loncreateuser.pm 2008/07/18 02:12:39 1.258 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.257 2008/07/17 20:05:14 raeburn Exp $ +# $Id: loncreateuser.pm,v 1.258 2008/07/18 02:12:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1407,8 +1407,6 @@ sub personal_data_display { %userenv = &Apache::lonnet::get('environment', ['firstname','middlename','lastname','generation', 'permanentemail','id'],$ccdomain,$ccuname); - } - if (!$newuser) { %canmodify = &Apache::lonuserutils::can_modify_userinfo($context,$ccdomain, \@userinfo,$rolesarray); @@ -4746,7 +4744,7 @@ sub update_selfenroll_config { if (@{$types} > 0) { my @esc_types = map { &escape($_); } @{$types}; $othervalue = 'other'; - $typestr = join(',',($othervalue,@esc_types)); + $typestr = join(',',(@esc_types,$othervalue)); } $typestr = $othervalue; } else {