fix for message list link coming from search.php Venge Lokalsound
[squirrelmail.git] / src / read_body.php
index 2dd1901f3cf8f9bacbd9f7cb1776c35f1ed2cdf2..5b59f8946683f2ae6c92910e23b506b6a55dfd3c 100644 (file)
@@ -605,10 +605,10 @@ echo '<BR>' .
      '<A HREF="' . $base_uri . 'src/';
 
 if ($where && $what) {
-    if( $pos == '' ) {
-        $pos = 0;
+    if ($pos == '') {
+        $pos=0;
     }
-    echo "search.php?where$pos=".urlencode($where)."&amp;pos=$pos&amp;what$pos=".urlencode($what)."&amp;mailbox=$urlMailbox\">";
+    echo "search.php?where=".urlencode($where)."&amp;pos=$pos&amp;what=".urlencode($what)."&amp;mailbox=$urlMailbox\">";
 } else {
     echo "right_main.php?sort=$sort&amp;startMessage=$startMessage&amp;mailbox=$urlMailbox\">";
 }