diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-04-01 01:14:45 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-04-01 01:14:45 +0000 |
commit | c9cab7794e8028d8c1e7a8619f00a3b094e94379 (patch) | |
tree | af2b46b26daad3f07984f3b771289430f290c407 /phpBB/install | |
parent | 4d65caab3f93c01d3018bb6f191260195db034fe (diff) | |
download | forums-c9cab7794e8028d8c1e7a8619f00a3b094e94379.tar forums-c9cab7794e8028d8c1e7a8619f00a3b094e94379.tar.gz forums-c9cab7794e8028d8c1e7a8619f00a3b094e94379.tar.bz2 forums-c9cab7794e8028d8c1e7a8619f00a3b094e94379.tar.xz forums-c9cab7794e8028d8c1e7a8619f00a3b094e94379.zip |
Another u_ option ... this time for displaying avatars ... must start removing redundant fields in user table and elsewhere
git-svn-id: file:///svn/phpbb/trunk@3775 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/schemas/mysql_basic.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql index c33599cc55..847acf6dca 100644 --- a/phpBB/install/schemas/mysql_basic.sql +++ b/phpBB/install/schemas/mysql_basic.sql @@ -183,6 +183,7 @@ INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_readpm', 1); INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_sendpm', 1); INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_viewonline', 1); INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_viewprofile', 1); +INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_setavatar', 1); INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chgavatar', 1); INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chggrp', 1); INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chgemail', 1); |