--- loncom/interface/statistics/lonproblemstatistics.pm 2008/10/30 17:45:25 1.115 +++ loncom/interface/statistics/lonproblemstatistics.pm 2009/01/20 16:38:44 1.116 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemstatistics.pm,v 1.115 2008/10/30 17:45:25 bisitz Exp $ +# $Id: lonproblemstatistics.pm,v 1.116 2009/01/20 16:38:44 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -577,7 +577,7 @@ sub parse_field_selection { } sub field_selection_input { - my $Str = ''."\n"; $Str .= ''."\n"; foreach my $field (@Fields) { next if ($field->{'selectable'} ne 'yes');