summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-04-14 22:53:11 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-04-14 22:53:11 +0200
commit20e47ded48b99a57569c702529a3cb886099c9e4 (patch)
treeb91d7d33e059abbf2bfc74483a9ee4138f7e3726 /Bugzilla/Search.pm
parent89b2fc2accc813a753a31c5d5d730f97a5b06706 (diff)
downloadbugzilla-20e47ded48b99a57569c702529a3cb886099c9e4.tar.gz
bugzilla-20e47ded48b99a57569c702529a3cb886099c9e4.tar.xz
Fix bustage
Diffstat (limited to 'Bugzilla/Search.pm')
-rw-r--r--Bugzilla/Search.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 7f9bec9de..6ab781767 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -644,6 +644,7 @@ use constant GROUP_BY_SKIP => qw(
keywords
longdescs.count
percentage_complete
+ tag
);
###############