mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +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:
@@ -1943,9 +1943,9 @@ CREATE TABLE [phpbb_topics] (
|
||||
[topic_moved_id] [int] NOT NULL ,
|
||||
[topic_bumped] [int] NOT NULL ,
|
||||
[topic_bumper] [int] NOT NULL ,
|
||||
[poll_title] [varchar] (3000) ,
|
||||
[poll_start] [int] NOT NULL ,
|
||||
[poll_length] [int] NOT NULL ,
|
||||
[poll_title] [varchar] (3000) NULL ,
|
||||
[poll_start] [int] NULL ,
|
||||
[poll_length] [int] NULL ,
|
||||
[poll_max_options] [int] NOT NULL ,
|
||||
[poll_last_vote] [int] NULL ,
|
||||
[poll_vote_change] [int] NOT NULL
|
||||
@@ -2114,14 +2114,14 @@ CREATE TABLE [phpbb_users] (
|
||||
[user_type] [int] NOT NULL ,
|
||||
[group_id] [int] NOT NULL ,
|
||||
[user_permissions] [text] NULL ,
|
||||
[user_perm_from] [int] NOT NULL ,
|
||||
[user_perm_from] [int] NULL ,
|
||||
[user_ip] [varchar] (40) NOT NULL ,
|
||||
[user_regdate] [int] NOT NULL ,
|
||||
[username] [varchar] (255) NOT NULL ,
|
||||
[user_password] [varchar] (40) NOT NULL ,
|
||||
[user_passchg] [int] NULL ,
|
||||
[user_email] [varchar] (100) NOT NULL ,
|
||||
[user_email_hash] [int] NOT NULL ,
|
||||
[user_email_hash] [float] NOT NULL ,
|
||||
[user_birthday] [varchar] (10) NULL ,
|
||||
[user_lastvisit] [int] NOT NULL ,
|
||||
[user_lastmark] [int] NOT NULL ,
|
||||
|
Reference in New Issue
Block a user