X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=NDWeb%2FInclude.pm;h=5794b469c4eef5f9a1b7e7c9f239b3239c4039ec;hb=8250eb360c341a4eeaa76e5e3fc0f57cf0014a60;hp=2f062bc23fc9042859e93cc6a50ffe1a5b9ac317;hpb=ea07b53d84cc3dbf401a4d5afe2cedaf55bb3e56;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){