mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
- add module_display to modules table (for modes executed but not displayed)
- correctly assign $id variable for modules (name for modules and id for categories) git-svn-id: file:///svn/phpbb/trunk@5295 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -284,6 +284,7 @@ CREATE TABLE phpbb_moderator_cache (
|
||||
CREATE TABLE phpbb_modules (
|
||||
module_id INTEGER NOT NULL,
|
||||
module_enabled INTEGER DEFAULT 1 NOT NULL,
|
||||
module_display INTEGER DEFAULT 1 NOT NULL,
|
||||
module_name VARCHAR(20) NOT NULL,
|
||||
module_class VARCHAR(4) NOT NULL,
|
||||
parent_id INTEGER NOT NULL,
|
||||
|
Reference in New Issue
Block a user