Commit 3d9bbd97 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 341492: ./collectstats.pl --regenerate fails - Patch by Emmanuel Seyman…

Bug 341492: ./collectstats.pl --regenerate fails - Patch by Emmanuel Seyman <eseyman@linagora.com> r=LpSolit a=myk
parent c14fc90d
...@@ -284,8 +284,8 @@ sub regenerate_stats { ...@@ -284,8 +284,8 @@ sub regenerate_stats {
my @values = (); my @values = ();
if ($product ne '-All-') { if ($product ne '-All-') {
$and_product = q{AND products.name = ?}; $and_product = q{ AND products.name = ?};
$from_product = q{INNER JOIN products $from_product = q{ INNER JOIN products
ON bugs.product_id = products.id}; ON bugs.product_id = products.id};
push (@values, $product); push (@values, $product);
} }
......
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