mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
- remove description from profile fields
- added disclaimer about DEBUG_EXTRA to the ACP (i think this is needed - some idiots might think it is wise to have this enabled on a production board. :) We *may* let it there for the Betas though, but it will be removed during the RC's) - some bugfixes git-svn-id: file:///svn/phpbb/trunk@5973 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -783,7 +783,6 @@ CREATE SEQUENCE phpbb_profile_fields_seq;
|
||||
CREATE TABLE phpbb_profile_fields (
|
||||
field_id INT4 DEFAULT nextval('phpbb_profile_fields_seq'),
|
||||
field_name varchar(255) DEFAULT '' NOT NULL,
|
||||
field_desc varchar(8000),
|
||||
field_type INT4 NOT NULL,
|
||||
field_ident varchar(20) DEFAULT '' NOT NULL,
|
||||
field_length varchar(20) DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user