mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
- create forums by default
- hide prune options if not enabled - fixed module management enable/disable switch if in module itself - fixed some schema errors - adjusted $user->page array generation for developers calling scripts outside of phpBB root git-svn-id: file:///svn/phpbb/trunk@5995 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1197,9 +1197,9 @@ CREATE TABLE phpbb_topics (
|
||||
topic_moved_id INT4 DEFAULT '0' NOT NULL,
|
||||
topic_bumped INT2 DEFAULT '0' NOT NULL,
|
||||
topic_bumper INT4 DEFAULT '0' NOT NULL,
|
||||
poll_title varchar(3000),
|
||||
poll_start INT4 DEFAULT '0' NOT NULL,
|
||||
poll_length INT4 DEFAULT '0' NOT NULL,
|
||||
poll_title varchar(3000) NULL,
|
||||
poll_start INT4 DEFAULT '0' NULL,
|
||||
poll_length INT4 DEFAULT '0' NULL,
|
||||
poll_max_options INT2 DEFAULT '1' NOT NULL,
|
||||
poll_last_vote INT4 DEFAULT '0',
|
||||
poll_vote_change INT2 DEFAULT '0' NOT NULL,
|
||||
@@ -1291,7 +1291,7 @@ CREATE TABLE phpbb_users (
|
||||
user_type INT2 DEFAULT '0' NOT NULL,
|
||||
group_id INT4 DEFAULT '3' NOT NULL,
|
||||
user_permissions TEXT NULL,
|
||||
user_perm_from INT4 DEFAULT '0' NOT NULL,
|
||||
user_perm_from INT4 DEFAULT '0' NULL,
|
||||
user_ip varchar(40) DEFAULT '' NOT NULL,
|
||||
user_regdate INT4 DEFAULT '0' NOT NULL,
|
||||
username varchar_ci,
|
||||
|
Reference in New Issue
Block a user