diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-08-21 21:25:34 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-08-21 21:25:34 +0200 |
commit | 32bffe1a3219b7360fbace7f8f8596b38dfcccf6 (patch) | |
tree | 8dbb44034ed050a05556a412979373524371105e /phpBB/includes/functions_privmsgs.php | |
parent | 7474b69175d08b78b1c96e3dad2c8c16315c6502 (diff) | |
download | forums-32bffe1a3219b7360fbace7f8f8596b38dfcccf6.tar forums-32bffe1a3219b7360fbace7f8f8596b38dfcccf6.tar.gz forums-32bffe1a3219b7360fbace7f8f8596b38dfcccf6.tar.bz2 forums-32bffe1a3219b7360fbace7f8f8596b38dfcccf6.tar.xz forums-32bffe1a3219b7360fbace7f8f8596b38dfcccf6.zip |
Revert "[ticket/7716] Data too long for column 'message_subject'"
This reverts commit 91a60aa878e703ff9af714e0316828216d3dcfa3.
Diffstat (limited to 'phpBB/includes/functions_privmsgs.php')
-rw-r--r-- | phpBB/includes/functions_privmsgs.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php index ec05a2a555..c4cbb7ca1e 100644 --- a/phpBB/includes/functions_privmsgs.php +++ b/phpBB/includes/functions_privmsgs.php @@ -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 |