X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=lib%2FNDWeb%2FController%2FAlliances.pm;h=c2d40fffb4f81518fde43e6c01c236c826d66fe3;hb=2a703f7250ea25f2f556eb25b644dcb7268f92ce;hp=833143aaab2364738f79fc9564d47e0339cbc930;hpb=f5639def9af1ddcef6c9d17d6c6ab534aeb6adda;p=ndwebbie.git diff --git a/lib/NDWeb/Controller/Alliances.pm b/lib/NDWeb/Controller/Alliances.pm index 833143a..c2d40ff 100644 --- a/lib/NDWeb/Controller/Alliances.pm +++ b/lib/NDWeb/Controller/Alliances.pm @@ -62,7 +62,6 @@ sub list : Local { } . $order); $query->execute; $c->stash(alliances => $query->fetchall_arrayref({}) ); - $c->stash(comma => \&comma_value); } sub edit : Local { @@ -253,7 +252,6 @@ LIMIT 60) a push @alliances,$alliance; } $c->stash(alliances => \@alliances); - $c->stash( comma => \&comma_value) }