mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Checking in patch for bug #44641, patch from Ian Wells
This commit is contained in:
parent
6bddfa73c0
commit
bfc39645e6
@ -172,6 +172,8 @@ sub query_checkins {
|
||||
$::query_filetype ||= "exact";
|
||||
if ($::query_filetype eq 'regexp') {
|
||||
$qstring .= " and files.file regexp $q";
|
||||
} elsif ($::query_filetype eq 'notregexp') {
|
||||
$qstring .= " and not (files.file regexp $q)";
|
||||
} else {
|
||||
$qstring .= " and files.file = $q";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user