From: Michael Andreen Date: Fri, 11 Jan 2008 19:26:53 +0000 (+0100) Subject: Show if call is covered or not X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=fb2bbffe375681514dff83be2f9ed25e0d54bde3;p=ndwebbie.git Show if call is covered or not --- diff --git a/NDWeb/Pages/Main.pm b/NDWeb/Pages/Main.pm index e555b7b..95a85f3 100644 --- a/NDWeb/Pages/Main.pm +++ b/NDWeb/Pages/Main.pm @@ -137,7 +137,7 @@ sub render_body { $BODY->param(Planet => $planet); my $calls = $DBH->prepare(qq{ - SELECT id,landing_tick,dc,curreta, + SELECT id,landing_tick,dc,curreta,covered, TRIM('/' FROM concat(DISTINCT race||' /')) AS race, TRIM('/' FROM concat(amount||' /')) AS amount, TRIM('/' FROM concat(DISTINCT eta||' /')) AS eta, TRIM('/' FROM concat(DISTINCT shiptype||' /')) AS shiptype, TRIM('/' FROM concat(coords||' /')) AS attackers