From 0ad0a7a354be96492e7da086bce3f75d3cffc583 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 27 Jun 2004 09:03:09 +0000 Subject: [PATCH] sanitizing is done in form functions git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7696 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compose.php b/src/compose.php index 2cfa3dd9..46136dbb 100644 --- a/src/compose.php +++ b/src/compose.php @@ -644,7 +644,7 @@ function newMail ($mailbox='', $passed_id='', $passed_ent_id='', $action='', $se } if ( $actual && is_conversion_safe($actual) && $actual != $default_charset){ - $bodypart = charset_convert($actual,$bodypart,$default_charset); + $bodypart = charset_convert($actual,$bodypart,$default_charset,false); } $body .= $bodypart; -- 2.25.1