Wasn't finding anything if requesting target_milestone == "---".
git-svn-id: svn://10.0.0.236/trunk@63964 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -465,7 +465,7 @@ sub GenerateSQL {
|
||||
",anyexact" => sub {
|
||||
my @list;
|
||||
foreach my $w (split(/,/, $v)) {
|
||||
if ($w eq "---") {
|
||||
if ($w eq "---" && $f !~ /milestone/) {
|
||||
$w = "";
|
||||
}
|
||||
push(@list, "$f = " . SqlQuote($w));
|
||||
|
||||
Reference in New Issue
Block a user