1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 01:06:48 +02:00

[ticket/10640] Change maximum subject length

PHPBB3-10640
This commit is contained in:
Michael Cullum
2012-02-11 21:12:36 +00:00
parent 3b6ca178aa
commit 53d8464776
5 changed files with 5 additions and 5 deletions

View File

@@ -1107,7 +1107,7 @@ function extension_allowed($forum_id, $extension, &$extensions)
* NOTE: This parameter can cause undesired behavior (returning strings longer than $max_store_length) and is deprecated.
* @param string $append String to be appended
*/
function truncate_string($string, $max_length = 60, $max_store_length = 255, $allow_reply = false, $append = '')
function truncate_string($string, $max_length = 120, $max_store_length = 255, $allow_reply = false, $append = '')
{
$chars = array();