mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Fixed Bug #45115 - Signature parsing flags are not stored in DB
Authorised by: AcydBurn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9696 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -946,7 +946,7 @@ CREATE TABLE phpbb_users (
|
||||
user_allow_viewonline tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
|
||||
user_allow_viewemail tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
|
||||
user_allow_massemail tinyint(1) UNSIGNED DEFAULT '1' NOT NULL,
|
||||
user_options int(11) UNSIGNED DEFAULT '895' NOT NULL,
|
||||
user_options int(11) UNSIGNED DEFAULT '230271' NOT NULL,
|
||||
user_avatar varchar(255) DEFAULT '' NOT NULL,
|
||||
user_avatar_type tinyint(2) DEFAULT '0' NOT NULL,
|
||||
user_avatar_width smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user