Bug 60604 - Debug

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@658 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-02-26 17:38:20 +00:00
parent 057f6a274a
commit 8fe7d31f97
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ sub init {
elsif ($f eq 'commenter')
{
# User is searching for a comment with specific author
$need_commenter = [ $term = "actcheck_commenter.login_name = $sql_chvalue" ];
$need_commenter = $term = "actcheck_commenter.login_name = $sql_chvalue";
}
elsif (!$seen_longdesc)
{