From bc19204d3dffa448b364bfa4b5691a24f39f6765 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 4 Dec 2009 14:28:47 +0000 Subject: Bug 452919: Allow the "created an attachment" message in comments to be localized Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- importxml.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index c08f5c8b2..05f95d646 100755 --- a/importxml.pl +++ b/importxml.pl @@ -523,6 +523,8 @@ sub process_bug { $data = decode_base64($data); } + # For backwards-compatibility with Bugzillas before 3.6: + # # If we leave the attachment ID in the comment it will be made a link # to the wrong attachment. Since the new attachment ID is unknown yet # let's strip it out for now. We will make a comment with the right ID -- cgit v1.2.3-24-g4f1b