Moved code around to make sense.
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 27 Jul 2001 23:17:54 +0000 (23:17 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 27 Jul 2001 23:17:54 +0000 (23:17 +0000)
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

functions/mime.php

index 8c4c5dd0ba2a0771e5a244abba32cc217fdc13b3..54ab1a1c79e9724949a8c89b3407fa9d4ffced1a 100644 (file)
          $msg = mime_get_element ($structure, $msg, $ent_id);
          if ($debug_mime) echo "<br>";
       }
-      return $msg;
       if ($debug_mime) echo "<font color=008800><tt>&nbsp;&nbsp;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) {