1
0
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:
Marc Alexander
2024-05-18 20:58:07 +02:00
parent f986138467
commit 9ecf09dbe8
4 changed files with 4 additions and 2 deletions

View File

@@ -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,