]> ruin.nu Git - ndwebbie.git/blobdiff - NDWeb/Include.pm
Added model and renamed submodule
[ndwebbie.git] / NDWeb / Include.pm
index 2f062bc23fc9042859e93cc6a50ffe1a5b9ac317..5794b469c4eef5f9a1b7e7c9f239b3239c4039ec 100644 (file)
@@ -65,7 +65,7 @@ sub alliances {
        my ($alliance) = @_;
        my @alliances;
        $alliance = -1 unless defined $alliance;
-       push @alliances,{Id => -1, Name => ' ', Selected => not $alliance};
+       push @alliances,{Id => -1, Name => '', Selected => not $alliance};
        my $query = $ND::DBH->prepare(q{SELECT id,name FROM alliances ORDER BY LOWER(name)});
        $query->execute;        
        while (my $ally = $query->fetchrow_hashref){