diff --git a/functions/mime.php b/functions/mime.php index 8c4c5dd0b..54ab1a1c7 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -120,8 +120,8 @@ $msg = mime_get_element ($structure, $msg, $ent_id); if ($debug_mime) echo "
"; } - return $msg; if ($debug_mime) echo "  END: mime_parse_structure()
"; + return $msg; } // Increments the element ID. An element id can look like any of @@ -403,8 +403,6 @@ $str .= htmlspecialchars($d) . "\n"; } return $str; - - return "Body retrival error, please report this bug!\n\nTop line is \"$topline\"\n"; } function mime_print_body_lines ($imap_stream, $id, $ent_id, $encoding) {