From 08e0650370e1866bea13cba1234f7397b33dbe6f Mon Sep 17 00:00:00 2001 From: vfilippov Date: Mon, 28 Jun 2010 13:55:34 +0000 Subject: [PATCH] Bug 40933 - Debug actcheck git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@820 6955db30-a419-402b-8a0d-67ecbb4d7f56 --- Bugzilla/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index bfca67e38..89de80529 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -572,7 +572,7 @@ sub init { push @list, "SELECT bug_id FROM longdescs AS actcheck_comment" . ($need_commenter ? - " LEFT JOIN profiles AS actcheck_commenter" . + " INNER JOIN profiles AS actcheck_commenter" . " ON actcheck_commenter.userid=actcheck_comment.who AND $need_commenter" : '') . " WHERE $extra";