mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12680] Brings back get_username_string()
PHPBB3-12680
This commit is contained in:
parent
453f2904c2
commit
8984dc6103
1 changed files with 1 additions and 1 deletions
|
@ -1197,7 +1197,7 @@ while ($row = $db->sql_fetchrow($result))
|
|||
|
||||
'username' => $row['username'],
|
||||
'user_colour' => $row['user_colour'],
|
||||
'contact_user' => $user->lang('CONTACT_USER', $row['username']),
|
||||
'contact_user' => $user->lang('CONTACT_USER', get_username_string('username', $poster_id, $row['username'], $row['user_colour'], $row['username'])),
|
||||
|
||||
'online' => false,
|
||||
'jabber' => ($row['user_jabber'] && $auth->acl_get('u_sendim')) ? append_sid("{$phpbb_root_path}memberlist.$phpEx", "mode=contact&action=jabber&u=$poster_id") : '',
|
||||
|
|
Loading…
Add table
Reference in a new issue