diff options
| author | bbaetz%student.usyd.edu.au <> | 2002-07-19 21:03:51 +0000 |
|---|---|---|
| committer | bbaetz%student.usyd.edu.au <> | 2002-07-19 21:03:51 +0000 |
| commit | 603921c6defa74ef95318c14323a18cf26f3a390 (patch) | |
| tree | c1fd02f21c852fc66cbaefb6b53c065c2ee5e095 /process_bug.cgi | |
| parent | 42c44b90deed374299ad79604a733ad52116ba7f (diff) | |
| download | bugs-603921c6defa74ef95318c14323a18cf26f3a390.tar bugs-603921c6defa74ef95318c14323a18cf26f3a390.tar.gz bugs-603921c6defa74ef95318c14323a18cf26f3a390.tar.bz2 bugs-603921c6defa74ef95318c14323a18cf26f3a390.tar.xz bugs-603921c6defa74ef95318c14323a18cf26f3a390.zip | |
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; |
