1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

Revert "[ticket/7716] Data too long for column 'message_subject'"

This reverts commit 91a60aa878e703ff9af714e0316828216d3dcfa3.
This commit is contained in:
Andreas Fischer 2010-08-21 21:25:34 +02:00
parent 7474b69175
commit 32bffe1a32

View File

@ -1316,10 +1316,6 @@ function submit_pm($mode, $subject, &$data, $put_in_outbox = true)
// Recipient Information
$recipients = $to = $bcc = array();
// First of all make sure the subject are having the correct length.
// To achieve this without cutting off between special chars we convert to an array and then count the elements.
$subject = truncate_string($subject);
if ($mode != 'edit')
{
// Build Recipient List