summaryrefslogtreecommitdiffstats
path: root/collectstats.pl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-11-26 01:13:18 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2011-11-26 01:13:18 +0100
commit39a3753d0cd38ff1752b00f24627cbaba412848a (patch)
tree9790638d058d226f04629936b64b32a5b3380829 /collectstats.pl
parent80882f085e8918346ddb0ec3250f0d31ddaba5e6 (diff)
downloadbugzilla-39a3753d0cd38ff1752b00f24627cbaba412848a.tar.gz
bugzilla-39a3753d0cd38ff1752b00f24627cbaba412848a.tar.xz
Bug 255606: Do not let buglist.cgi return all bugs by default
r/a=mkanat
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-xcollectstats.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectstats.pl b/collectstats.pl
index 26bead6ab..007669fad 100755
--- a/collectstats.pl
+++ b/collectstats.pl
@@ -507,6 +507,7 @@ sub CollectSeriesData {
eval {
my $search = new Bugzilla::Search('params' => scalar $cgi->Vars,
'fields' => ["bug_id"],
+ 'allow_unlimited' => 1,
'user' => $user);
my $sql = $search->sql;
$data = $shadow_dbh->selectall_arrayref($sql);