[LON-CAPA-cvs] cvs: loncom /interface lontemplate.pm
raeburn
raeburn at source.lon-capa.org
Fri May 10 19:41:32 EDT 2013
raeburn Fri May 10 23:41:32 2013 EDT
Modified files:
/loncom/interface lontemplate.pm
Log:
- Removed unused scalar.
Index: loncom/interface/lontemplate.pm
diff -u loncom/interface/lontemplate.pm:1.48 loncom/interface/lontemplate.pm:1.49
--- loncom/interface/lontemplate.pm:1.48 Thu May 9 05:47:57 2013
+++ loncom/interface/lontemplate.pm Fri May 10 23:41:32 2013
@@ -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 @@
my $message = $data{$field} if (($data{$field}=~/\w/) || ($allowed));
my $legacy = 1;
my $display = $displays{$field};
- my $hidden;
unless ($allowed) {
next if ($noshow{$field});
}
More information about the LON-CAPA-cvs
mailing list