Add user acl options for changing to own username colouration or group colouration

git-svn-id: file:///svn/phpbb/trunk@3425 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-01-30 19:05:41 +00:00
parent 1ec02ec3f3
commit c13fd394c8

View file

@ -170,6 +170,8 @@ 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);
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_owncolor', 1);
INSERT INTO phpbb_auth_options (auth_value, is_global) VALUES ('u_grpcolor', 1);
# -- phpbb_styles