diff options
author | bbaetz%student.usyd.edu.au <> | 2002-07-19 23:03:51 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-07-19 23:03:51 +0200 |
commit | 603921c6defa74ef95318c14323a18cf26f3a390 (patch) | |
tree | c1fd02f21c852fc66cbaefb6b53c065c2ee5e095 /process_bug.cgi | |
parent | 42c44b90deed374299ad79604a733ad52116ba7f (diff) | |
download | bugzilla-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-x | process_bug.cgi | 3 |
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; |