From 1cf4971f32fe1fffb3919c9a459e92f6a2c0ca02 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 15 Nov 2013 00:04:15 +0100 Subject: Bug 927900: Kill longdesclength r=dkl a=sgreen --- email_in.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'email_in.pl') diff --git a/email_in.pl b/email_in.pl index 183833008..03db450f7 100755 --- a/email_in.pl +++ b/email_in.pl @@ -251,7 +251,6 @@ sub process_bug { foreach my $field (keys %fields) { $cgi->param(-name => $field, -value => $fields{$field}); } - $cgi->param('longdesclength', scalar @{ $bug->comments }); $cgi->param('token', issue_hash_token([$bug->id, $bug->delta_ts])); require 'process_bug.cgi'; -- cgit v1.2.3-24-g4f1b