From 9fd6e94c03fa3bba09af2aed85d6664575385e9a Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Tue, 26 Feb 2013 16:53:57 -0500 Subject: Reverted Bug 836067 due to buglist crashing and do not yet know the reason --- collectstats.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'collectstats.pl') diff --git a/collectstats.pl b/collectstats.pl index c5db30b5f..1487e5a72 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -504,7 +504,8 @@ sub CollectSeriesData { 'fields' => ["bug_id"], 'allow_unlimited' => 1, 'user' => $user); - $data = $search->data; + my $sql = $search->sql; + $data = $shadow_dbh->selectall_arrayref($sql); }; if (!$@) { -- cgit v1.2.3-24-g4f1b