]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Controller/Members.pm
Use filter instead of having to stash the function everywhere
[ndwebbie.git] / lib / NDWeb / Controller / Members.pm
index 440c51f47021a778f690c3e5a1400b6c23fc83e8..f6cbefdd91473476487c054d9290f2d4456782e2 100644 (file)
@@ -29,7 +29,6 @@ sub index : Path : Args(0) {
 
        $c->stash(error => $c->flash->{error});
 
-       $c->stash(comma => \&comma_value);
        $c->stash(u => $dbh->selectrow_hashref(q{SELECT planet,defense_points
                        ,attack_points,scan_points,humor_points
                        , (attack_points+defense_points+scan_points/20)::NUMERIC(5,1) as total_points