--- loncom/interface/loncommon.pm 2016/05/04 05:14:45 1.1243 +++ loncom/interface/loncommon.pm 2016/11/29 03:01:04 1.1267 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1243 2016/05/04 05:14:45 raeburn Exp $ +# $Id: loncommon.pm,v 1.1267 2016/11/29 03:01:04 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 .= '