summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-27 09:56:15 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-10-27 09:56:15 +0200
commitdf0f3430e1592503dd0ca6a8dd4f2da1da67eb5c (patch)
tree630556e022313ab770aa883db7fef9fd5ff2d3ec /Bugzilla/Search.pm
parent3cefbefe84dca3ae78449aefc80c1b90eaf22395 (diff)
downloadbugzilla-df0f3430e1592503dd0ca6a8dd4f2da1da67eb5c.tar.gz
bugzilla-df0f3430e1592503dd0ca6a8dd4f2da1da67eb5c.tar.xz
Bug 337776: Basic SQLite Support for Bugzilla
r=LpSolit, a=mkanat
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 850a63457..bcbe3a2a5 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -457,7 +457,7 @@ use constant COLUMN_JOINS => {
'flagtypes.name' => {
as => 'map_flags',
table => 'flags',
- extra => ['attach_id IS NULL'],
+ extra => ['map_flags.attach_id IS NULL'],
then_to => {
as => 'map_flagtypes',
table => 'flagtypes',