diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-14 14:36:29 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-14 14:36:29 +0100 |
commit | f852630ef321d921cdf6faa8aeff1c6f6ce590a7 (patch) | |
tree | 0871883e699c982caf95bc56fcdc536b7056e3bb | |
parent | bfe872d1b7ac2a54ebd45b23cc444d2f7b2a5dbb (diff) | |
parent | c1b48bdd0116d5aa39545c5c3d2797e34ebc1948 (diff) | |
download | forums-f852630ef321d921cdf6faa8aeff1c6f6ce590a7.tar forums-f852630ef321d921cdf6faa8aeff1c6f6ce590a7.tar.gz forums-f852630ef321d921cdf6faa8aeff1c6f6ce590a7.tar.bz2 forums-f852630ef321d921cdf6faa8aeff1c6f6ce590a7.tar.xz forums-f852630ef321d921cdf6faa8aeff1c6f6ce590a7.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/12072] Fix comment about NEW MEMBERS permission
-rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 33470eca20..306098bc2b 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -622,7 +622,7 @@ INSERT INTO phpbb_acl_groups (group_id, forum_id, auth_option_id, auth_role_id, # Bots having bot access INSERT INTO phpbb_acl_groups (group_id, forum_id, auth_option_id, auth_role_id, auth_setting) VALUES (6, 2, 0, 19, 0); -# NEW MEMBERS aren't allowed to PM +# NEW MEMBERS are not allowed to send private messages INSERT INTO phpbb_acl_groups (group_id, forum_id, auth_option_id, auth_role_id, auth_setting) VALUES (7, 0, 0, 23, 0); # NEW MEMBERS on the queue |