mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 15:31:42 +02:00
[ticket/8309] Removing key with similar function to avoid redundancy
PHPBB3-8309
This commit is contained in:
@@ -1703,7 +1703,7 @@ function show_profile($data, $user_notes_enabled = false, $warn_user_enabled = f
|
||||
'AGE' => $age,
|
||||
'RANK_TITLE' => $rank_title,
|
||||
'JOINED' => $user->format_date($data['user_regdate']),
|
||||
'LAST_ACTIVITY' => (empty($last_activity)) ? ' - ' : $user->format_date($last_activity),
|
||||
'LAST_ACTIVE' => (empty($last_activity)) ? ' - ' : $user->format_date($last_activity),
|
||||
'POSTS' => ($data['user_posts']) ? $data['user_posts'] : 0,
|
||||
'WARNINGS' => isset($data['user_warnings']) ? $data['user_warnings'] : 0,
|
||||
|
||||
|
Reference in New Issue
Block a user