diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-01 16:27:06 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-08-01 16:27:06 +0000 |
commit | 5ed0be15abe090c426114240f06a01005edfefea (patch) | |
tree | cc56fdd8bf3a274e6eac21d907026c2bbeb5c4bf /phpBB/includes/functions_user.php | |
parent | 2ffdd92975cdacd7c12b5a438a62730ec02e6129 (diff) | |
download | forums-5ed0be15abe090c426114240f06a01005edfefea.tar forums-5ed0be15abe090c426114240f06a01005edfefea.tar.gz forums-5ed0be15abe090c426114240f06a01005edfefea.tar.bz2 forums-5ed0be15abe090c426114240f06a01005edfefea.tar.xz forums-5ed0be15abe090c426114240f06a01005edfefea.zip |
some tiny fixes and two new features. ;)
git-svn-id: file:///svn/phpbb/trunk@7994 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r-- | phpBB/includes/functions_user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 08b2d963ca..2decddb54f 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -181,7 +181,7 @@ function user_add($user_row, $cp_data = false) 'user_lastpost_time' => 0, 'user_lastpage' => '', 'user_posts' => 0, - 'user_dst' => 0, + 'user_dst' => (int) $config['board_dst'], 'user_colour' => '', 'user_occ' => '', 'user_interests' => '', |