Bug 40933 - Debug actcheck

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@820 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-06-28 13:55:34 +00:00
parent 48cf72bc37
commit 08e0650370
1 changed files with 1 additions and 1 deletions

View File

@ -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";