mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17312] Add and use user_last_active where needed and useful
PHPBB3-17312
This commit is contained in:
@@ -227,6 +227,7 @@ function user_add($user_row, $cp_data = false, $notifications_data = null)
|
||||
'user_inactive_time' => 0,
|
||||
'user_lastmark' => time(),
|
||||
'user_lastvisit' => 0,
|
||||
'user_last_active' => 0,
|
||||
'user_lastpost_time' => 0,
|
||||
'user_lastpage' => '',
|
||||
'user_posts' => 0,
|
||||
|
Reference in New Issue
Block a user