From b4d17fec04754d191cc9fa89f96753db6eb9a006 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Mon, 7 Apr 2008 17:07:54 +0000 Subject: [PATCH] user_style -> int git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8494 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 55cf45505e..1d1a24389c 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -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' => '',