aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-03-30 16:11:50 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-03-30 16:11:50 +0000
commit853cea315fbcda7d0826aa216ecbdc423d29abbc (patch)
treef55a419c8ddc0303ff0b8290fefaff2bf08f3a4a
parent02b64a24e318dbd6e8e49f35fa8bef010a9d68a1 (diff)
downloadforums-853cea315fbcda7d0826aa216ecbdc423d29abbc.tar
forums-853cea315fbcda7d0826aa216ecbdc423d29abbc.tar.gz
forums-853cea315fbcda7d0826aa216ecbdc423d29abbc.tar.bz2
forums-853cea315fbcda7d0826aa216ecbdc423d29abbc.tar.xz
forums-853cea315fbcda7d0826aa216ecbdc423d29abbc.zip
Couple of changes to f_ permissions
git-svn-id: file:///svn/phpbb/trunk@3757 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/install/schemas/mysql_basic.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql
index 6cb51e5f0d..8fa39e3055 100644
--- a/phpBB/install/schemas/mysql_basic.sql
+++ b/phpBB/install/schemas/mysql_basic.sql
@@ -124,8 +124,9 @@ INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_email', 1);
INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_rate', 1);
INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_print', 1);
INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_ignoreflood', 1);
-INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_ignorequeue', 1);
INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_postcount', 1);
+INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_moderate', 1);
+INSERT INTO phpbb_auth_options (auth_value, is_local) VALUES ('f_report', 1);
INSERT INTO phpbb_auth_options (auth_value, is_local, is_global) VALUES ('m_', 1, 1);
INSERT INTO phpbb_auth_options (auth_value, is_local, is_global) VALUES ('m_edit', 1, 1);