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:
parent
47f3d9ec64
commit
8bbea7b2d7
@ -1 +1 @@
|
||||
7941
|
||||
7942
|
||||
@ -137,7 +137,7 @@ if ($action eq 'search') {
|
||||
$expr = "profiles.login_name";
|
||||
}
|
||||
|
||||
if ($matchstr =~ /^(regexp|notregexp|exact)$/) {
|
||||
if ($matchtype =~ /^(regexp|notregexp|exact)$/) {
|
||||
$matchstr ||= '.';
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user