mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-25 17:41:25 +02:00
more fixes...
git-svn-id: file:///svn/phpbb/trunk@8183 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -954,7 +954,7 @@ CREATE TABLE phpbb_users (
|
||||
user_occ text NOT NULL,
|
||||
user_interests text NOT NULL,
|
||||
user_actkey varchar(32) DEFAULT '' NOT NULL,
|
||||
user_newpasswd varchar(32) DEFAULT '' NOT NULL,
|
||||
user_newpasswd varchar(40) DEFAULT '' NOT NULL,
|
||||
user_form_salt varchar(32) DEFAULT '' NOT NULL,
|
||||
PRIMARY KEY (user_id),
|
||||
KEY user_birthday (user_birthday),
|
||||
|
Reference in New Issue
Block a user