From c9cab7794e8028d8c1e7a8619f00a3b094e94379 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 1 Apr 2003 01:14:45 +0000 Subject: [PATCH] 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 --- phpBB/install/schemas/mysql_basic.sql | 1 + 1 file changed, 1 insertion(+) 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);