Commit 946decba authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 177435 exact match on assignee fails with user matching

patch by not_erik r=myk,joel
parent 8a30977e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment