diff options
author | David M <davidmj@users.sourceforge.net> | 2006-10-23 22:32:37 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-10-23 22:32:37 +0000 |
commit | ad8fa012f5976cf4c08bf54192d19e97793bb4ca (patch) | |
tree | 480f177bef8a2c610b71fd3dd0396c5bf7f88069 /phpBB/includes/functions_user.php | |
parent | a0201b4958b6e29134e72fbd2052d80bb06ec299 (diff) | |
download | forums-ad8fa012f5976cf4c08bf54192d19e97793bb4ca.tar forums-ad8fa012f5976cf4c08bf54192d19e97793bb4ca.tar.gz forums-ad8fa012f5976cf4c08bf54192d19e97793bb4ca.tar.bz2 forums-ad8fa012f5976cf4c08bf54192d19e97793bb4ca.tar.xz forums-ad8fa012f5976cf4c08bf54192d19e97793bb4ca.zip |
This was caused by the removal of DEFAULT on some TEXT columns (MySQL really does not allow this). Only those using MySQL felt this issue :P
git-svn-id: file:///svn/phpbb/trunk@6524 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r-- | phpBB/includes/functions_user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index 9606c493f2..03a7ff19a5 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -164,6 +164,7 @@ function user_add($user_row, $cp_data = false) 'user_posts' => 0, 'user_dst' => 0, 'user_colour' => '', + 'user_interests' => '', 'user_avatar' => '', 'user_avatar_type' => 0, 'user_avatar_width' => 0, |