aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-02-11 21:12:36 +0000
committerMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-06-17 19:07:09 +0100
commit53d846477665ea6b8a3463318f03050282aec89a (patch)
treef47a67a4695b1b4b1712776119d90bf33175a1e6 /phpBB/includes
parent3b6ca178aa622fb1cc64c977fdc9eb47e3843cc7 (diff)
downloadforums-53d846477665ea6b8a3463318f03050282aec89a.tar
forums-53d846477665ea6b8a3463318f03050282aec89a.tar.gz
forums-53d846477665ea6b8a3463318f03050282aec89a.tar.bz2
forums-53d846477665ea6b8a3463318f03050282aec89a.tar.xz
forums-53d846477665ea6b8a3463318f03050282aec89a.zip
[ticket/10640] Change maximum subject length
PHPBB3-10640
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions_content.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_content.php b/phpBB/includes/functions_content.php
index 6b2ee98d7a..752ebe0f13 100644
--- a/phpBB/includes/functions_content.php
+++ b/phpBB/includes/functions_content.php
@@ -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();