mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +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:
@@ -700,6 +700,7 @@ CREATE INDEX forum_id03 on phpbb_moderator_cache (forum_id)
|
||||
CREATE TABLE phpbb_modules (
|
||||
module_id number(8) NOT NULL,
|
||||
module_enabled number(1) DEFAULT '1' NOT NULL,
|
||||
module_display number(1) DEFAULT '1' NOT NULL,
|
||||
module_name varchar2(20) DEFAULT '' NOT NULL,
|
||||
module_class varchar2(4) DEFAULT '' NOT NULL,
|
||||
parent_id number(5) DEFAULT '0' NOT NULL,
|
||||
|
Reference in New Issue
Block a user