Bug 772620: Ignore empty strings in the CC list

r=dkl a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@264171 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2012-08-29 14:46:52 +00:00
parent d40bf68cd1
commit 0db06b10f0
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
8364
8365

View File

@ -1541,6 +1541,8 @@ sub match_field {
my @logins;
for my $query (@queries) {
$query = trim($query);
next if $query eq '';
my $users = match(
$query, # match string
$limit, # match limit