From 297fc3e8d333f02f999303cd2cce501b8b12795c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 15 Apr 2005 00:07:17 +0000 Subject: =?UTF-8?q?Bug=20290095:=20Do=20not=20display=20flag=20types=20in?= =?UTF-8?q?=20show=5Fbug.cgi=20whose=20inclusion=20list=20is=20empty=20-?= =?UTF-8?q?=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Djoel,=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/FlagType.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/FlagType.pm b/Bugzilla/FlagType.pm index da0c43281..6b4c31c7f 100644 --- a/Bugzilla/FlagType.pm +++ b/Bugzilla/FlagType.pm @@ -494,7 +494,7 @@ sub sqlify_criteria { # Add inclusions to the query, which simply involves joining the table # by flag type ID and target product/component. - push(@$tables, "LEFT JOIN flaginclusions ON " . + push(@$tables, "INNER JOIN flaginclusions ON " . "flagtypes.id = flaginclusions.type_id"); push(@criteria, "(flaginclusions.product_id = $product_id " . " OR flaginclusions.product_id IS NULL)"); -- cgit v1.2.1