diff options
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 |