mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[prep-release-3.3.12] Remove columns from user_add
These have default values and do not require setting in user_add().
This commit is contained in:
parent
80a12f7108
commit
2aba9b0e3f
1 changed files with 0 additions and 2 deletions
|
@ -216,7 +216,6 @@ function user_add($user_row, $cp_data = false, $notifications_data = null)
|
|||
'user_lang' => $config['default_lang'],
|
||||
'user_style' => (int) $config['default_style'],
|
||||
'user_actkey' => '',
|
||||
'user_actkey_expiration' => 0,
|
||||
'user_ip' => '',
|
||||
'user_regdate' => time(),
|
||||
'user_passchg' => time(),
|
||||
|
@ -228,7 +227,6 @@ 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,
|
||||
|
|
Loading…
Add table
Reference in a new issue