Bug 682747: Wrong check in editusers.cgi

r/a=mkanat


git-svn-id: svn://10.0.0.236/trunk@262746 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2011-08-29 23:17:41 +00:00
parent 47f3d9ec64
commit 8bbea7b2d7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7941
7942

View File

@ -137,7 +137,7 @@ if ($action eq 'search') {
$expr = "profiles.login_name";
}
if ($matchstr =~ /^(regexp|notregexp|exact)$/) {
if ($matchtype =~ /^(regexp|notregexp|exact)$/) {
$matchstr ||= '.';
}
else {