Return to domainprefs.pm CVS log | Up to [LON-CAPA] / loncom / interface |
version 1.277, 2016/09/05 01:46:07 | version 1.278, 2016/09/11 14:51:42 |
---|---|
Line 699 sub print_config_box { | Line 699 sub print_config_box { |
if (ref($item->{'header'}) eq 'ARRAY') { | if (ref($item->{'header'}) eq 'ARRAY') { |
$numheaders = scalar(@{$item->{'header'}}); | $numheaders = scalar(@{$item->{'header'}}); |
} | } |
print STDERR "$action num ||$numheaders||\n"; | |
if ($numheaders > 1) { | if ($numheaders > 1) { |
my $colspan = ''; | my $colspan = ''; |
my $rightcolspan = ''; | my $rightcolspan = ''; |