From 68febeadb0aa5b6a38455348d315da85cd243150 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Mon, 25 Apr 2011 21:01:58 +0200 Subject: [PATCH] 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 174f7bdad0..3359f349fe 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"; -- 2.47.2