mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Email form - free with purchase of any two other items
git-svn-id: file:///svn/phpbb/trunk@1316 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -486,6 +486,7 @@ CREATE TABLE phpbb_users (
|
||||
user_dateformat varchar(14) DEFAULT 'd M Y H:i' NOT NULL,
|
||||
user_style int(11),
|
||||
user_lang varchar(255),
|
||||
user_emailtime int(11),
|
||||
user_viewemail tinyint(1),
|
||||
user_attachsig tinyint(1),
|
||||
user_allowhtml tinyint(1),
|
||||
|
@@ -464,6 +464,7 @@ CREATE TABLE phpbb_users (
|
||||
user_yim varchar(255),
|
||||
user_msnm varchar(255),
|
||||
user_posts int4 DEFAULT '0' NOT NULL,
|
||||
user_emailtime int4,
|
||||
user_viewemail int2,
|
||||
user_attachsig int2,
|
||||
user_allowhtml int2,
|
||||
|
Reference in New Issue
Block a user