mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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
This commit is contained in:
parent
4d65caab3f
commit
c9cab7794e
1 changed files with 1 additions and 0 deletions
|
@ -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_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_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_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_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_chggrp', 1);
|
||||||
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chgemail', 1);
|
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chgemail', 1);
|
||||||
|
|
Loading…
Add table
Reference in a new issue