mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Admin definable max sig size
git-svn-id: file:///svn/phpbb/trunk@1087 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -321,7 +321,6 @@ CREATE TABLE phpbb_themes (
|
||||
span_class3 varchar(25),
|
||||
CONSTRAINT phpbb_themes_pkey PRIMARY KEY (themes_id)
|
||||
);
|
||||
CREATE INDEX themes_name_phpbb_themes_index ON phpbb_themes (themes_name);
|
||||
|
||||
|
||||
/* --------------------------------------------------------
|
||||
@@ -429,7 +428,7 @@ CREATE TABLE phpbb_users (
|
||||
user_occ varchar(100),
|
||||
user_from varchar(100),
|
||||
user_interests varchar(255),
|
||||
user_sig varchar(255),
|
||||
user_sig text,
|
||||
user_sig_bbcode_uid char(10),
|
||||
user_style int4,
|
||||
user_aim varchar(255),
|
||||
|
Reference in New Issue
Block a user