[-] TR : Mail : #PSCFV-3987 : add stripslashes for email object

This commit is contained in:
lLefevre
2012-09-11 07:31:25 +00:00
parent 3b45260f1d
commit 985410cf68
+1 -1
View File
@@ -330,6 +330,6 @@ class MailCore
else
$str = $string;
return str_replace('"', '"', addslashes($str));
return str_replace('"', '"', stripslashes($str));
}
}