From: Frédéric Buclin Date: Mon, 23 May 2011 16:59:37 +0000 (+0200) Subject: Bug 658905: flag_handler() gets arguments in the wrong order in importxml.pl X-Git-Tag: bugzilla-4.1.3~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=222f05b5ca5c66132aa244ced9c2470b44918762;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 ca9b503cab..c2366cb6ce 100755 --- a/importxml.pl +++ b/importxml.pl @@ -173,7 +173,7 @@ sub flag_handler { my ( $name, $status, $setter_login, $requestee_login, $exporterid, $bugid, - $productid, $componentid, $attachid + $componentid, $productid, $attachid ) = @_;