Bugfix. Show attached images.
[squirrelmail.git] / src / read_body.php
index 1199968779df14df6e78f78338897bd75a079f26..866422d54163c0119445eaa163172c725d95fbb6 100644 (file)
@@ -659,9 +659,9 @@ if (($attachment_common_show_images) &&
 
     foreach ($attachment_common_show_images_list as $img) {
         $imgurl = '../src/download.php' .
-                "?startMessage=$startMessage".
-                '&passed_id='     . urlencode($img['passed_id']) .
-                '&mailbox='       . urlencode($img['mailbox']) .
+                '?' . 
+                'passed_id='     . urlencode($img['passed_id']) .
+                '&mailbox='       . urlencode($mailbox) .
                 '&passed_ent_id=' . urlencode($img['ent_id']) .
                 '&absolute_dl=true';