From 79a3b1e502e0bea367e5b0c7da50d80156acce4f Mon Sep 17 00:00:00 2001 From: fidian Date: Thu, 26 Apr 2001 13:16:27 +0000 Subject: [PATCH] * Hopefully fixed the "no text part" bug -- # 417504 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1304 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index b700aceb..dff98e9f 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -484,7 +484,7 @@ global $show_html_default; if (! $message) - return; + return 0; // Show text/plain or text/html -- the first one we find. if ($message->header->type0 == 'text' && -- 2.25.1