Wow - I believe this is finally all the &'s in the current code
[squirrelmail.git] / src / retrievalerror.php
index edce30cf9bd181d48fd40416798e815ab92fa8bc..1b4ed72331d29b5c5e6483cb708232f162e6f74e 100644 (file)
@@ -92,11 +92,11 @@ sendMessage($destination, '', '', 'submitted message', $body, 0);
 
 displayPageHeader($color, $mailbox);
 
-$par = 'mailbox='.urlencode($mailbox)."&passed_id=$passed_id";
+$par = 'mailbox='.urlencode($mailbox)."&passed_id=$passed_id";
 if (isset($where) && isset($what)) {
-    $par .= '&where='.urlencode($where).'&what='.urlencode($what);
+    $par .= '&where='.urlencode($where).'&what='.urlencode($what);
 } else {
-    $par .= "&startMessage=$startMessage&show_more=0";
+    $par .= "&startMessage=$startMessage&show_more=0";
 }
 
 echo '<BR>The message has been submitted to the developers knowledgebase!<BR>' .
@@ -104,4 +104,4 @@ echo '<BR>The message has been submitted to the developers knowledgebase!<BR>' .
      'Please submit every message only once<BR>' .
      "<A HREF=\"../src/read_body.php?$par\">View the message</A><BR>";
 
-?>
\ No newline at end of file
+?>