Removed code that didn't make sense.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1463
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$msg = mime_get_element ($structure, $msg, $ent_id);
if ($debug_mime) echo "<br>";
}
- return $msg;
if ($debug_mime) echo "<font color=008800><tt> END: mime_parse_structure()</tt></font><br>";
+ return $msg;
}
// Increments the element ID. An element id can look like any of
$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) {