mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 19:20:23 +02:00
- removed group settings from roles
- added forum icon in front of forums in permissions acp - added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :)) - some bugfixes - PHP6 fix git-svn-id: file:///svn/phpbb/trunk@5824 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -149,7 +149,6 @@ CREATE TABLE phpbb_auth_roles (
|
||||
role_description clob,
|
||||
role_type varchar2(10) DEFAULT '',
|
||||
role_order number(4) DEFAULT '0' NOT NULL,
|
||||
role_group_ids varchar2(255) DEFAULT '' NOT NULL,
|
||||
CONSTRAINT pk_phpbb_auth_roles PRIMARY KEY (role_id)
|
||||
)
|
||||
/
|
||||
|
Reference in New Issue
Block a user