зеркало из https://github.com/mozilla/pjs.git
Bug 177435 exact match on assignee fails with user matching
patch by not_erik r=myk,joel
This commit is contained in:
Родитель
9e524be7fd
Коммит
23c3c0229e
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче