summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-07-19 23:03:51 +0200
committerbbaetz%student.usyd.edu.au <>2002-07-19 23:03:51 +0200
commit603921c6defa74ef95318c14323a18cf26f3a390 (patch)
treec1fd02f21c852fc66cbaefb6b53c065c2ee5e095 /process_bug.cgi
parent42c44b90deed374299ad79604a733ad52116ba7f (diff)
downloadbugzilla-603921c6defa74ef95318c14323a18cf26f3a390.tar.gz
bugzilla-603921c6defa74ef95318c14323a18cf26f3a390.tar.xz
Bug 157074 - verify-new-product doubles comment linefeeds on Win32
r=myk, jouni
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi3
1 files changed, 0 insertions, 3 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index f061d4455..582960b46 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -959,9 +959,6 @@ foreach my $id (@idlist) {
$vars->{'start_at'} = $::FORM{'longdesclength'};
$vars->{'comments'} = GetComments($id);
-
- $::FORM{'comment'} =~ s/\r\n/\n/g; # Get rid of windows-style line endings.
- $::FORM{'comment'} =~ s/\r/\n/g; # Get rid of mac-style line endings.
$::FORM{'delta_ts'} = $delta_ts;
$vars->{'form'} = \%::FORM;