Revision 1ac7b3f2
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
bin/mozilla/gl.pl | ||
---|---|---|
666 | 666 |
my %charts = (); |
667 | 667 |
my $taxchart_init; |
668 | 668 |
foreach my $item (@{ $form->{ALL_CHARTS} }) { |
669 |
if ($item->{charttype} eq 'H'){ #falls ÃŒberschrift
|
|
670 |
next; #ÃŒberspringen (Bug 1150)
|
|
669 |
if ($item->{charttype} eq 'H'){ # skip headings
|
|
670 |
next; |
|
671 | 671 |
} |
672 | 672 |
my $key = $item->{accno} . "--" . $item->{tax_id}; |
673 | 673 |
$taxchart_init = $item->{tax_id} unless (@chart_values); |
Auch abrufbar als: Unified diff
gl.pl: Kommentar mit falschem Encoding ersetzt