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

(-)sa-learn.raw (-1 / +4 lines)
Lines 402-408 Link Here
402
402
403
    # make sure the target list is in the normal AI format
403
    # make sure the target list is in the normal AI format
404
    if ($targets[$elem] !~ /^[^:]*:[a-z]+:/) {
404
    if ($targets[$elem] !~ /^[^:]*:[a-z]+:/) {
405
      $targets[$elem] = target($targets[$elem]);
405
      my $item = splice @targets, $elem, 1;
406
      $elem--; # go back to this element again
407
      target($item); # add back to the list
408
      next;
406
    }
409
    }
407
  }
410
  }
408
411

Return to bug 5336