1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00
Quidquid latine dictum sit, altum sonatur... redux! :P


git-svn-id: file:///svn/phpbb/trunk@7345 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Jonathan Stanley
2007-04-13 05:03:55 +00:00
parent a0a78f7eb9
commit dc51764615

View File

@@ -3295,6 +3295,8 @@ function get_preg_expression($mode)
*/ */
function truncate_string($string, $max_length = 60, $allow_reply = true, $append = '') function truncate_string($string, $max_length = 60, $allow_reply = true, $append = '')
{ {
global $user;
$chars = array(); $chars = array();
$strip_reply = false; $strip_reply = false;