summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-05-23 18:59:37 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-05-23 18:59:37 +0200
commit222f05b5ca5c66132aa244ced9c2470b44918762 (patch)
tree3dec9e4dd4fd2a349c158f716e31de6d0585682c /importxml.pl
parent01b651ac704cc6577eb18c3867aa0cdd5fb30b61 (diff)
downloadbugzilla-222f05b5ca5c66132aa244ced9c2470b44918762.tar.gz
bugzilla-222f05b5ca5c66132aa244ced9c2470b44918762.tar.xz
Bug 658905: flag_handler() gets arguments in the wrong order in importxml.pl
r=glob a=LpSolit
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl2
1 files changed, 1 insertions, 1 deletions
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
)
= @_;