1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 08:17:47 +02:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2024-05-22 21:55:14 +02:00
8 changed files with 122 additions and 17 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,