From: Frédéric Buclin Date: Mon, 23 May 2011 17:00:37 +0000 (+0200) Subject: Bug 658905: flag_handler() gets arguments in the wrong order in importxml.pl X-Git-Tag: bugzilla-4.0.2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f08f0e1666667e0fedd1f2c0792b950a3830165b;p=thirdparty%2Fbugzilla.git Bug 658905: flag_handler() gets arguments in the wrong order in importxml.pl r=glob a=LpSolit --- diff --git a/importxml.pl b/importxml.pl index 6eb7b56b36..c190663095 100755 --- a/importxml.pl +++ b/importxml.pl @@ -172,7 +172,7 @@ sub flag_handler { my ( $name, $status, $setter_login, $requestee_login, $exporterid, $bugid, - $productid, $componentid, $attachid + $componentid, $productid, $attachid ) = @_;