diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-10 14:55:19 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-10 14:55:19 +0000 |
commit | f116dfc56c5ae6cbfb29eed9281b1459ab87c4c5 (patch) | |
tree | 34ee2e52380e6ed3839de1856476aa20d537fd8b /phpBB/install/schemas/mysql_basic.sql | |
parent | c468f95dfae974d7da5bdbe919389936a57caa36 (diff) | |
download | forums-f116dfc56c5ae6cbfb29eed9281b1459ab87c4c5.tar forums-f116dfc56c5ae6cbfb29eed9281b1459ab87c4c5.tar.gz forums-f116dfc56c5ae6cbfb29eed9281b1459ab87c4c5.tar.bz2 forums-f116dfc56c5ae6cbfb29eed9281b1459ab87c4c5.tar.xz forums-f116dfc56c5ae6cbfb29eed9281b1459ab87c4c5.zip |
Ooops allow viewonline makes more sense per user than per forum ... doh
git-svn-id: file:///svn/phpbb/trunk@3306 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/mysql_basic.sql')
-rw-r--r-- | phpBB/install/schemas/mysql_basic.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql index 21b18ae5f1..00eefe9fc9 100644 --- a/phpBB/install/schemas/mysql_basic.sql +++ b/phpBB/install/schemas/mysql_basic.sql @@ -116,7 +116,6 @@ 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_viewonline', 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); @@ -167,6 +166,7 @@ INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_', 1); INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_email', 1); INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_pm', 1); INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_avatar', 1); +INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_viewonline', 1); # -- phpbb_styles |