View | Details | Raw Unified | Return to bug 34080
Collapse All | Expand All

(-)a/suggestion/suggestion.pl (-2 / +1 lines)
Lines 376-382 if ($op=~/else/) { Link Here
376
376
377
    my @allsuggestions;
377
    my @allsuggestions;
378
    foreach my $criteriumvalue ( @criteria_dv ) {
378
    foreach my $criteriumvalue ( @criteria_dv ) {
379
        my $search_params = {%$suggestion_ref};
379
        my $search_params = {%$suggestion_only};
380
380
381
        next
381
        next
382
          if $search_params->{STATUS}
382
          if $search_params->{STATUS}
383
- 

Return to bug 34080