From: Michael Andreen Date: Sat, 20 Jan 2007 17:02:16 +0000 (+0000) Subject: Some other compatibility issues X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=10ace39e7c4d85a47236e097f7addb6056a3dc38;p=ndwebbie.git Some other compatibility issues --- diff --git a/ND/Web/Pages/Raids.pm b/ND/Web/Pages/Raids.pm index 4af8631..2c49a1a 100644 --- a/ND/Web/Pages/Raids.pm +++ b/ND/Web/Pages/Raids.pm @@ -195,7 +195,7 @@ sub render_body { $noingal = "AND NOT (x = $planet->{x} AND y = $planet->{y})"; } $BODY->param(Message => parseMarkup($raid->{message})); - $BODY->param(LandingTick => parseMarkup($raid->{tick})); + $BODY->param(LandingTick => $raid->{tick}); my $targetquery = $DBH->prepare(qq{SELECT r.id, r.planet, size, score, value, p.x,p.y,p.z, race, p.value - p.size*200 -coalesce(c.metal+c.crystal+c.eonium,0)/150 - coalesce(c.structures,(SELECT avg(structures) FROM covop_targets)::int)*1500 AS fleetvalue,(c.metal+c.crystal+c.eonium)/100 AS resvalue, comment FROM current_planet_stats p JOIN raid_targets r ON p.id = r.planet diff --git a/templates/raids.tmpl b/templates/raids.tmpl index 069bfce..500583e 100644 --- a/templates/raids.tmpl +++ b/templates/raids.tmpl @@ -27,7 +27,7 @@

REMEMBER TO PASTE LAUNCH CONFIRMATION IF YOU WANT AN ATTACK POINT

DO NOT JOIN A WAVE UNLESS YOU HAVE PERMISSION FROM THE PERSON WHO CLAIMED IT

Landing tick first wave:

-

+ @@ -56,7 +56,7 @@
Comment -

+