diff options
author | 2009-12-04 14:28:47 +0000 | |
---|---|---|
committer | 2009-12-04 14:28:47 +0000 | |
commit | bc19204d3dffa448b364bfa4b5691a24f39f6765 (patch) | |
tree | 1fa13715dc812d8e36240a85374a34b29248973a /importxml.pl | |
parent | Bug 204106: Make enter_bug indicate which fields are mandatory (diff) | |
download | bugzilla-bc19204d3dffa448b364bfa4b5691a24f39f6765.tar.gz bugzilla-bc19204d3dffa448b364bfa4b5691a24f39f6765.tar.bz2 bugzilla-bc19204d3dffa448b364bfa4b5691a24f39f6765.zip |
Bug 452919: Allow the "created an attachment" message in comments to be localized
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'importxml.pl')
-rwxr-xr-x | importxml.pl | 2 |
1 files changed, 2 insertions, 0 deletions
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 |