mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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:
parent
a0a78f7eb9
commit
dc51764615
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue