From e74b5a05af328f75e3d94044526df752744765c9 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Tue, 23 Feb 2010 17:07:02 -0500 Subject: [PATCH] new plugin --- plugins/karmatop.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/karmatop.pm b/plugins/karmatop.pm index dc712f3..1b3c183 100644 --- a/plugins/karmatop.pm +++ b/plugins/karmatop.pm @@ -35,7 +35,7 @@ sub { while (my $row = $sth->fetchrow_arrayref()) { - print $row->[0], ": ", $kars, " "; + print $row->[0], ": ", $row->[1], " "; } } else