Bug 177435 exact match on assignee fails with user matching
patch by not_erik r=myk,joel git-svn-id: svn://10.0.0.236/trunk@132800 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1a44acb461
commit
15e2597f1b
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user