mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +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:
@@ -63,8 +63,7 @@ CREATE TABLE phpbb_auth_roles (
|
||||
role_name varchar(50) NOT NULL DEFAULT '',
|
||||
role_description text(65535),
|
||||
role_type varchar(10) NOT NULL DEFAULT '',
|
||||
role_order mediumint(8) NOT NULL DEFAULT '0',
|
||||
role_group_ids varchar(255) NOT NULL DEFAULT ''
|
||||
role_order mediumint(8) NOT NULL DEFAULT '0'
|
||||
);
|
||||
|
||||
CREATE INDEX phpbb_auth_roles_role_type on phpbb_auth_roles (role_type);
|
||||
|
Reference in New Issue
Block a user