--- loncom/interface/loncommon.pm 2016/10/03 19:40:17 1.1254 +++ loncom/interface/loncommon.pm 2017/01/23 21:27:10 1.1271 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1254 2016/10/03 19:40:17 raeburn Exp $ +# $Id: loncommon.pm,v 1.1271 2017/01/23 21:27:10 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -267,7 +267,7 @@ BEGIN { next if ($line =~ /^\#/); chomp($line); my ($extension,$category)=(split(/\s+/,$line,2)); - push @{$category_extensions{lc($category)}},$extension; + push(@{$category_extensions{lc($category)}},$extension); } close($fh); } @@ -943,8 +943,8 @@ ENDSCRT } sub select_timezone { - my ($name,$selected,$onchange,$includeempty)=@_; - my $output=''."\n"; if ($includeempty) { $output .= '