mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/8309] Changing $last_activity to $last_active
PHPBB3-8309
This commit is contained in:
@@ -189,7 +189,7 @@ class ucp_main
|
||||
$template->assign_vars(array(
|
||||
'USER_COLOR' => (!empty($user->data['user_colour'])) ? $user->data['user_colour'] : '',
|
||||
'JOINED' => $user->format_date($user->data['user_regdate']),
|
||||
'LAST_ACTIVE' => (empty($last_activity)) ? ' - ' : $user->format_date($last_activity),
|
||||
'LAST_ACTIVE' => (empty($last_active)) ? ' - ' : $user->format_date($last_active),
|
||||
'WARNINGS' => ($user->data['user_warnings']) ? $user->data['user_warnings'] : 0,
|
||||
'POSTS' => ($user->data['user_posts']) ? $user->data['user_posts'] : 0,
|
||||
'POSTS_DAY' => $user->lang('POST_DAY', $posts_per_day),
|
||||
|
Reference in New Issue
Block a user