diff options
-rwxr-xr-x | collectstats.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collectstats.pl b/collectstats.pl index d8987b2b9..733a1e4f1 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -123,7 +123,7 @@ if ($regenerate) { my $removed_sth = $dbh->prepare( q{SELECT bugs_activity.bug_id, bugs_activity.removed,} . $dbh->sql_to_days('bugs_activity.bug_when') - . q{FROM bugs_activity + . q{ FROM bugs_activity WHERE bugs_activity.fieldid = ? ORDER BY bugs_activity.bug_when}); |