aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-04-03 11:37:17 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-04-03 11:37:17 +0000
commit7018d81079b1dcc1b119745aea11e25d7d635119 (patch)
treeb91bf6ec952f359b75c9120f590e1cc1c2a757b3 /phpBB/install
parente3bac84877a104467297e3ba791c8cb5c26eb71c (diff)
downloadforums-7018d81079b1dcc1b119745aea11e25d7d635119.tar
forums-7018d81079b1dcc1b119745aea11e25d7d635119.tar.gz
forums-7018d81079b1dcc1b119745aea11e25d7d635119.tar.bz2
forums-7018d81079b1dcc1b119745aea11e25d7d635119.tar.xz
forums-7018d81079b1dcc1b119745aea11e25d7d635119.zip
Add m_info
git-svn-id: file:///svn/phpbb/trunk@3788 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-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 5a8f2704c8..155d0a8b46 100644
--- a/phpBB/install/schemas/mysql_basic.sql
+++ b/phpBB/install/schemas/mysql_basic.sql
@@ -139,6 +139,7 @@ INSERT INTO phpbb_auth_options (auth_value, is_local, is_global) VALUES ('m_appr
INSERT INTO phpbb_auth_options (auth_value, is_local, is_global) VALUES ('m_unrate', 1, 1);
INSERT INTO phpbb_auth_options (auth_value, is_local, is_global) VALUES ('m_auth', 1, 1);
INSERT INTO phpbb_auth_options (auth_value, is_local, is_global) VALUES ('m_ip', 1, 1);
+INSERT INTO phpbb_auth_options (auth_value, is_local, is_global) VALUES ('m_info', 1, 1);
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('a_', 1);
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('a_server', 1);