Revert "Bug 1306534 - Crash when pasting UTF8 text as an attachment"

This reverts commit f1b9ed5d.
parent 14ee8431
......@@ -891,7 +891,6 @@ sub create {
(id, thedata) VALUES ($attachid, ?)");
trick_taint($data);
utf8::encode($data);
$sth->bind_param(1, $data, $dbh->BLOB_TYPE);
$sth->execute();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment