From a47b520015e40ef08d6e58794079e7b7ffebfb28 Mon Sep 17 00:00:00 2001 From: fidian Date: Thu, 13 Sep 2001 00:31:04 +0000 Subject: [PATCH 1/1] Removed weird patch. :-) This isn't what I suggested (even though the submitter of the patch thought so). git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1505 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/functions/mime.php b/functions/mime.php index 345e0524..044a486c 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -691,16 +691,7 @@ $body = base64_decode($body); } - switch($show_html_default) { - case '1': // Safe HTML - // Philippe's code - break; - case '2': // Any HTML - break; - default: // No HTML - $body = str_replace('<', '<', $body); - break; - } + // All other encodings are returned raw. return $body; } -- 2.25.1