Bug 177435 exact match on assignee fails with user matching

patch by not_erik
r=myk,joel
This commit is contained in:
bugreport%peshkin.net 2002-10-31 22:34:42 +00:00
Родитель 9e524be7fd
Коммит 23c3c0229e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -126,7 +126,7 @@ sub match {
my $query = "SELECT userid, realname, login_name " .
"FROM profiles " .
"WHERE login_name = $sqlstr ";
$query .= "AND disabledtext = '' " if $exclude_disabled;
# Exact matches don't care if a user is disabled.
&::PushGlobalSQLState();
&::SendSQL($query);