Moved code around to make sense.
Removed code that didn't make sense.
This commit is contained in:
parent
de4edb4ea2
commit
db112c0dbe
1 changed files with 1 additions and 3 deletions
|
@ -120,8 +120,8 @@
|
||||||
$msg = mime_get_element ($structure, $msg, $ent_id);
|
$msg = mime_get_element ($structure, $msg, $ent_id);
|
||||||
if ($debug_mime) echo "<br>";
|
if ($debug_mime) echo "<br>";
|
||||||
}
|
}
|
||||||
return $msg;
|
|
||||||
if ($debug_mime) echo "<font color=008800><tt> END: mime_parse_structure()</tt></font><br>";
|
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
|
// Increments the element ID. An element id can look like any of
|
||||||
|
@ -403,8 +403,6 @@
|
||||||
$str .= htmlspecialchars($d) . "\n";
|
$str .= htmlspecialchars($d) . "\n";
|
||||||
}
|
}
|
||||||
return $str;
|
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) {
|
function mime_print_body_lines ($imap_stream, $id, $ent_id, $encoding) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue