summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Search.pm')
-rw-r--r--Bugzilla/Search.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 271e23298..f036584ce 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -372,7 +372,7 @@ sub init {
}
}
- foreach my $id ("1", "2") {
+ foreach my $id (1, 2, 3) {
if (!defined ($params->param("email$id"))) {
next;
}