--- loncom/interface/lonuserutils.pm 2010/01/14 18:06:14 1.111 +++ loncom/interface/lonuserutils.pm 2010/01/14 18:15:31 1.112 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Utility functions for managing LON-CAPA user accounts # -# $Id: lonuserutils.pm,v 1.111 2010/01/14 18:06:14 bisitz Exp $ +# $Id: lonuserutils.pm,v 1.112 2010/01/14 18:15:31 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1732,7 +1732,7 @@ sub section_group_filter { } if (@options > 0) { my $currsel; - $markup = ''."\n"; foreach my $option ('all','none',@options) { $currsel = ''; if ($env{'form.'.$name{$item}} eq $option) { @@ -2943,7 +2943,7 @@ sub print_username_link { $output = $in->{'username'}; } else { $output = '{'username'}','$in->{'domain'}'".')" />'. + "'$in->{'username'}','$in->{'domain'}'".')">'. $in->{'username'}.''; } return $output;