diff options
Diffstat (limited to 'whine.pl')
-rwxr-xr-x | whine.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -469,7 +469,7 @@ sub run_queries { push @{$thisquery->{'bugs'}}, $bug; } } - unless ($thisquery->{'onemailperbug'}) { + if (!$thisquery->{'onemailperbug'} && @{$thisquery->{'bugs'}}) { push @{$return_queries}, $thisquery; } } |