https://bugs.contribs.org/show_bug.cgi?id=9888
--- Comment #14 from Jean-Philippe Pialasse <[email protected]> ---
a code suggestion to avoid future problems :
#
# Index for certain columns - no need to check these any-more if they do not
move if we add columns ;)
#
my %categindex;
@categindex{@categs} = (0..$#categs);
my $BadCountryCateg=$categindex{$CATBADCOUNTRIES};
my $DMARCcateg = $categindex{$CATDMARC}; #Not used.
my $KarmaCateg=$categindex{$CATKARMA};
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/