]> ruin.nu Git - ndwebbie.git/blobdiff - NDWeb/Pages/Resources.pm
Converted rankings
[ndwebbie.git] / NDWeb / Pages / Resources.pm
index 9267ecda693c85bb3c6795fc423461fbdbf28cb7..f06620d41ea0501a0191bdd61e8809ee36834e15 100644 (file)
@@ -56,10 +56,7 @@ sub render_body {
                });
        $query->execute;
        my @alliances;
-       my $i = 0;
        while (my $alliance = $query->fetchrow_hashref){
-               $i++;
-               $alliance->{ODD} = $i % 2;
                push @alliances,$alliance;
        }
        $BODY->param(Alliances => \@alliances);