From 222f05b5ca5c66132aa244ced9c2470b44918762 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 23 May 2011 18:59:37 +0200 Subject: Bug 658905: flag_handler() gets arguments in the wrong order in importxml.pl r=glob a=LpSolit --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index ca9b503ca..c2366cb6c 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 ) = @_; -- cgit v1.2.3-24-g4f1b