mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 17:56:52 +02:00
Just throwing this in ... dependencies still not complete ... the GUI and storage has caused me to do more "thinking" than I'd anticipated ... comments are welcome on what you see. Note also ALLOW/DENY/INHERIT have become YES/NO/UNSET
git-svn-id: file:///svn/phpbb/trunk@3772 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -184,7 +184,7 @@ 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_chgavatar', 1);
|
||||
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chgcolor', 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_chgname', 1);
|
||||
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_chgpasswd', 1);
|
||||
|
Reference in New Issue
Block a user