X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FInclude.pm;fp=NDWeb%2FInclude.pm;h=5794b469c4eef5f9a1b7e7c9f239b3239c4039ec;hb=4e8a42b55b7dfce191bd84a1ed31b3831db9f7fb;hp=2f062bc23fc9042859e93cc6a50ffe1a5b9ac317;hpb=8a2cd692f0b8c1d5cef6c698642948607b4b8123;p=ndwebbie.git diff --git a/NDWeb/Include.pm b/NDWeb/Include.pm index 2f062bc..5794b46 100644 --- a/NDWeb/Include.pm +++ b/NDWeb/Include.pm @@ -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){