diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-19 20:51:34 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-19 20:51:34 +0200 |
commit | 5c7a5ee4d9a82f04816b280a461fb8a5727f1226 (patch) | |
tree | 653582bc8e2af3af74009e4098d09abe8bb75c71 /attachment.cgi | |
parent | 64bd0e0eebc2421ec5b8fc84983969ee335860ce (diff) | |
download | bugzilla-5c7a5ee4d9a82f04816b280a461fb8a5727f1226.tar.gz bugzilla-5c7a5ee4d9a82f04816b280a461fb8a5727f1226.tar.xz |
Bug 803600: Clean up the comment generated when deleting attachments
r=justdave a=LpSolit
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/attachment.cgi b/attachment.cgi index 775a91f00..120cc2b45 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -751,7 +751,6 @@ sub delete_attachment { # The token is valid. Delete the content of the attachment. my $msg; $vars->{'attachment'} = $attachment; - $vars->{'date'} = $date; $vars->{'reason'} = clean_text($cgi->param('reason') || ''); $template->process("attachment/delete_reason.txt.tmpl", $vars, \$msg) |