From b4be98c0a5c699704ee864f30b3dedd618876f37 Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Sun, 10 Nov 2002 03:21:03 +0000 Subject: Bug 179188 - The new flag system wasn't indicating which attachment a flag was changed on. This patch inserts the attachment ID any time it exists in the activity log (to match what show_activity does). r=myk a=myk --- processmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'processmail') diff --git a/processmail b/processmail index a7663149f..a4b05ff0c 100755 --- a/processmail +++ b/processmail @@ -183,7 +183,7 @@ sub ProcessOneBug { $diffheader .= FormatTriple("What ", "Removed", "Added"); $diffheader .= ('-' x 76) . "\n"; } - $what =~ s/^Attachment/Attachment #$attachid/ if $attachid; + $what =~ s/^(Attachment )?/Attachment #$attachid / if $attachid; if( $fieldname eq 'estimated_time' || $fieldname eq 'remaining_time' ) { $old = FormatTimeUnit($old); -- cgit v1.2.3-24-g4f1b