mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
user_style -> int
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8494 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
365763f772
commit
b4d17fec04
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ function user_add($user_row, $cp_data = false)
|
|||
'user_timezone' => $config['board_timezone'],
|
||||
'user_dateformat' => $config['default_dateformat'],
|
||||
'user_lang' => $config['default_lang'],
|
||||
'user_style' => $config['default_style'],
|
||||
'user_style' => (int) $config['default_style'],
|
||||
'user_allow_pm' => 1,
|
||||
'user_actkey' => '',
|
||||
'user_ip' => '',
|
||||
|
|
Loading…
Add table
Reference in a new issue