--- loncom/interface/lonnavmaps.pm 2009/11/23 14:56:07 1.439 +++ loncom/interface/lonnavmaps.pm 2009/12/03 17:50:42 1.440 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Navigate Maps Handler # -# $Id: lonnavmaps.pm,v 1.439 2009/11/23 14:56:07 wenzelju Exp $ +# $Id: lonnavmaps.pm,v 1.440 2009/12/03 17:50:42 bisitz Exp $ # # Copyright Michigan State University Board of Trustees @@ -1528,7 +1528,6 @@ END ( $res->NETWORK_FAILURE => 1, $res->NOTHING_SET => 1, $res->CORRECT => 1 ); - my @backgroundColors = ("LC_trEven", "LC_trOdd"); # Shared variables $args->{'counter'} = 0; # counts the rows @@ -1763,7 +1762,6 @@ END # show them. foreach my $part (@parts) { $rownum ++; - my $backgroundColor = $backgroundColors[$rownum % scalar(@backgroundColors)]; $result .= &Apache::loncommon::start_data_table_row();