View | Details | Raw Unified | Return to bug 113071 | Differences between
and this patch

Collapse All | Expand All

(-)dosendpr.cgi (-1 / +1 lines)
Lines 175-181 Link Here
175
175
176
# Build the PR.
176
# Build the PR.
177
$pr = "To: $submission_address\n" .
177
$pr = "To: $submission_address\n" .
178
      "From: " . param('originator') . "<" . param('email') . ">\n" . 
178
      "From: " . param('originator') . " <" . param('email') . ">\n" . 
179
      "Subject: " . param('synopsis') . "\n" .
179
      "Subject: " . param('synopsis') . "\n" .
180
      env2hdr(@ENV_captures);
180
      env2hdr(@ENV_captures);
181
if ($blackhole_err) {
181
if ($blackhole_err) {

Return to bug 113071