mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-08 15:45:42 -04:00
new plugin
This commit is contained in:
parent
00df8158d4
commit
e74b5a05af
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ sub {
|
||||||
|
|
||||||
while (my $row = $sth->fetchrow_arrayref())
|
while (my $row = $sth->fetchrow_arrayref())
|
||||||
{
|
{
|
||||||
print $row->[0], ": ", $kars, " ";
|
print $row->[0], ": ", $row->[1], " ";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue