Bug 68921

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@1045 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-11-03 18:16:24 +00:00
parent 2e4b2577a6
commit 25feda4f89
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ $vars->{mode} = $modes->{$params->{mode}} || 'list';
if ($vars->{mode} eq 'list')
{
$vars->{checkers} = Bugzilla->dbh->selectall_arrayref('SELECT * FROM checkers WHERE user_id=?', {Slice=>{}}, $user->id);
$vars->{checkers} = Bugzilla->dbh->selectall_arrayref('SELECT * FROM checkers', {Slice=>{}});
bless $_, 'Bugzilla::Checker' for @{$vars->{checkers}};
}
else