aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-04-22 16:49:55 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-04-22 16:49:55 +0000
commit980109a5cbc4258adf4bb70927d901fdd959c414 (patch)
tree9181fdc8e38bfc3d02d7db4fa09abdfac116ba98 /phpBB
parent899f7bc1d7127dda2daeff29015e907e81fc029e (diff)
downloadforums-980109a5cbc4258adf4bb70927d901fdd959c414.tar
forums-980109a5cbc4258adf4bb70927d901fdd959c414.tar.gz
forums-980109a5cbc4258adf4bb70927d901fdd959c414.tar.bz2
forums-980109a5cbc4258adf4bb70927d901fdd959c414.tar.xz
forums-980109a5cbc4258adf4bb70927d901fdd959c414.zip
Knew I'd forget to add at least one thing ...
git-svn-id: file:///svn/phpbb/trunk@3921 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install/schemas/mysql_basic.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql
index c631b13442..4ddd73565a 100644
--- a/phpBB/install/schemas/mysql_basic.sql
+++ b/phpBB/install/schemas/mysql_basic.sql
@@ -136,6 +136,7 @@ INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_ignoreflood',
INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_postcount', 1);
INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_moderate', 1);
INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_report', 1);
+INSERT INTO phpbb_auth_options (auth_option, is_local) VALUES ('f_votechg', 1);
INSERT INTO phpbb_auth_options (auth_option, is_local, is_global) VALUES ('m_', 1, 1);
INSERT INTO phpbb_auth_options (auth_option, is_local, is_global) VALUES ('m_edit', 1, 1);