]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 658905: flag_handler() gets arguments in the wrong order in importxml.pl
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 23 May 2011 16:59:37 +0000 (18:59 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 23 May 2011 16:59:37 +0000 (18:59 +0200)
r=glob a=LpSolit

importxml.pl

index ca9b503caba0ee143cb4599ab332c6889e2f232c..c2366cb6cea53a1cf127deafbf9ea2e76bff542a 100755 (executable)
@@ -173,7 +173,7 @@ sub flag_handler {
     my (
         $name,            $status,      $setter_login,
         $requestee_login, $exporterid,  $bugid,
-        $productid,       $componentid, $attachid
+        $componentid,     $productid,   $attachid
       )
       = @_;