From 68febeadb0aa5b6a38455348d315da85cd243150 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 25 Apr 2011 21:01:58 +0200 Subject: Bug 562329: importxml.pl shouldn't set the resolution to INVALID when a closed bug has none r/a=LpSolit --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importxml.pl b/importxml.pl index 174f7bdad..3359f349f 100755 --- a/importxml.pl +++ b/importxml.pl @@ -958,7 +958,7 @@ sub process_bug { $err .= "UNCONFIRMED\n"; } } - if(!$valid_res){ + elsif (!$valid_res) { $err .= "Unknown resolution \"$resolution\".\n"; $err .= " Setting resolution to INVALID\n"; $resolution = "INVALID"; -- cgit v1.2.3-24-g4f1b