diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-30 19:05:41 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-30 19:05:41 +0000 |
| commit | c13fd394c88a362937bacf4a548d135082b7d41b (patch) | |
| tree | 91d9d8749426ee5bd01afcaa90d5fbd3d61e43df | |
| parent | 1ec02ec3f3e6c9eaaa3cf07b0ebf336528ab2383 (diff) | |
| download | forums-c13fd394c88a362937bacf4a548d135082b7d41b.tar forums-c13fd394c88a362937bacf4a548d135082b7d41b.tar.gz forums-c13fd394c88a362937bacf4a548d135082b7d41b.tar.bz2 forums-c13fd394c88a362937bacf4a548d135082b7d41b.tar.xz forums-c13fd394c88a362937bacf4a548d135082b7d41b.zip | |
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
| -rw-r--r-- | phpBB/install/schemas/mysql_basic.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql index bb6312bd89..b58789e8b5 100644 --- a/phpBB/install/schemas/mysql_basic.sql +++ b/phpBB/install/schemas/mysql_basic.sql @@ -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 |
