]> ruin.nu Git - ndwebbie.git/commitdiff
Remove a warning
authorMichael Andreen <harv@ruin.nu>
Sat, 19 Sep 2009 11:27:37 +0000 (13:27 +0200)
committerMichael Andreen <harv@ruin.nu>
Sat, 19 Sep 2009 11:27:37 +0000 (13:27 +0200)
lib/NDWeb/Controller/Stats.pm

index 14cd6ed8e4cff987fcfb1a4269e124b910931c25..e2c784d929bb837f33c5504e12dbd2db87d0d236 100644 (file)
@@ -299,7 +299,7 @@ GROUP BY tag
        $c->stash(cloud => $cloud->html);
        $c->stash(css => $cloud->css);
 
-       my $query = $dbh->prepare(q{
+       $query = $dbh->prepare(q{
 WITH p AS (SELECT pid, coords(x,y,z) FROM current_planet_stats
 ), t AS (SELECT pid,tag,bool_or(uid = $2) AS own,max(time) AS time
        FROM planet_tags