aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-08-16 13:26:23 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-08-16 13:26:23 +0000
commitc2a42988c78747e1a14459866809db75910b81cf (patch)
treedb6e71e6c63af975a386888c53273cf0be48dbf5 /phpBB/install/schemas/schema_data.sql
parent8e0214256cda881278e2e557c2b443912359f1dd (diff)
downloadforums-c2a42988c78747e1a14459866809db75910b81cf.tar
forums-c2a42988c78747e1a14459866809db75910b81cf.tar.gz
forums-c2a42988c78747e1a14459866809db75910b81cf.tar.bz2
forums-c2a42988c78747e1a14459866809db75910b81cf.tar.xz
forums-c2a42988c78747e1a14459866809db75910b81cf.zip
They look changed ... :D
git-svn-id: file:///svn/phpbb/trunk@4410 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-rw-r--r--phpBB/install/schemas/schema_data.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 715ef1909b..18335fcf65 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -225,6 +225,7 @@ INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('u_sendemail', 1
INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('u_readpm', 1);
INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('u_sendpm', 1);
INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('u_sendim', 1);
+INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('u_hideonline', 1);
INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('u_viewonline', 1);
INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('u_viewprofile', 1);
INSERT INTO phpbb_auth_options (auth_option, is_global) VALUES ('u_chgavatar', 1);