diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-04-21 12:19:43 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-04-21 12:19:43 +0000 |
commit | 66de7f903a6f400884d8e9cc103066213cb3caf7 (patch) | |
tree | 2195c8eca31756cf96d960ef2c34732314698041 /phpBB | |
parent | 76250ca55a20c49b3ff26424276b5e7cba3b5ec0 (diff) | |
download | forums-66de7f903a6f400884d8e9cc103066213cb3caf7.tar forums-66de7f903a6f400884d8e9cc103066213cb3caf7.tar.gz forums-66de7f903a6f400884d8e9cc103066213cb3caf7.tar.bz2 forums-66de7f903a6f400884d8e9cc103066213cb3caf7.tar.xz forums-66de7f903a6f400884d8e9cc103066213cb3caf7.zip |
remove duplicate key
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8518 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/functions_user.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 1d1a24389c..e8414d2ae1 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -183,7 +183,6 @@ function user_add($user_row, $cp_data = false) 'user_dateformat' => $config['default_dateformat'], 'user_lang' => $config['default_lang'], 'user_style' => (int) $config['default_style'], - 'user_allow_pm' => 1, 'user_actkey' => '', 'user_ip' => '', 'user_regdate' => time(), |