Commit 1c51e402 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 384805: whine.pl not sending any email anymore - Patch by Fré©ric Buclin…

Bug 384805: whine.pl not sending any email anymore - Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent d13c46a2
......@@ -489,7 +489,7 @@ sub run_queries {
sub get_query {
my ($name, $user) = @_;
my $qname = $name;
$sth_get_query->execute($user->{'id'}, $qname);
$sth_get_query->execute($user->id, $qname);
my $fetched = $sth_get_query->fetch;
$sth_get_query->finish;
return $fetched ? $fetched->[0] : '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment