Fixed perl warning.

git-svn-id: svn://10.0.0.236/trunk@51882 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org 1999-10-26 21:14:01 +00:00
parent abe68f9fc4
commit 02502d0c41

View File

@ -158,6 +158,7 @@ sub query_checkins {
if (defined $::query_file && $::query_file ne '') {
my $q = SqlQuote($::query_file);
$::query_filetype ||= "exact";
if ($::query_filetype eq 'regexp') {
$qstring .= " and files.file regexp $q";
} else {