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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user