--- loncom/interface/lontemplate.pm 2013/05/09 05:47:57 1.48 +++ loncom/interface/lontemplate.pm 2013/05/10 23:41:32 1.49 @@ -1,7 +1,7 @@ # The LearningOnline Network # "Template" Functions to generate html output # -# $Id: lontemplate.pm,v 1.48 2013/05/09 05:47:57 raeburn Exp $ +# $Id: lontemplate.pm,v 1.49 2013/05/10 23:41:32 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -167,7 +167,6 @@ sub print_template_fields { my $message = $data{$field} if (($data{$field}=~/\w/) || ($allowed)); my $legacy = 1; my $display = $displays{$field}; - my $hidden; unless ($allowed) { next if ($noshow{$field}); }