aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-07-16 18:18:36 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-07-16 18:18:36 +0000
commit7c00475d722baf8bee95c7441ec5db1feffd9bf3 (patch)
treeb3015193fa69c13eba0ba07232c58eec137368a4
parentb8fa4851bb9bb4eae78657d356131734c8007c8e (diff)
downloadforums-7c00475d722baf8bee95c7441ec5db1feffd9bf3.tar
forums-7c00475d722baf8bee95c7441ec5db1feffd9bf3.tar.gz
forums-7c00475d722baf8bee95c7441ec5db1feffd9bf3.tar.bz2
forums-7c00475d722baf8bee95c7441ec5db1feffd9bf3.tar.xz
forums-7c00475d722baf8bee95c7441ec5db1feffd9bf3.zip
oops
git-svn-id: file:///svn/phpbb/trunk@2701 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/install/schemas/mysql_basic.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql
index 44d096445f..6c9348e691 100644
--- a/phpBB/install/schemas/mysql_basic.sql
+++ b/phpBB/install/schemas/mysql_basic.sql
@@ -113,7 +113,7 @@ INSERT INTO phpbb_auth_options (auth_type, auth_option) VALUES ('mod', 'split');
INSERT INTO phpbb_auth_options (auth_type, auth_option) VALUES ('mod', 'merge');
INSERT INTO phpbb_auth_options (auth_type, auth_option) VALUES ('mod', 'approve');
INSERT INTO phpbb_auth_options (auth_type, auth_option) VALUES ('mod', 'unrate');
-INSERT INTO phpbb_auth_options auth_type, (auth_option) VALUES ('mod', 'auth');
+INSERT INTO phpbb_auth_options (auth_type, auth_option) VALUES ('mod', 'auth');
INSERT INTO phpbb_auth_options (auth_type, auth_option) VALUES ('admin', 'general');
INSERT INTO phpbb_auth_options (auth_type, auth_option) VALUES ('admin', 'user');