aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-11-06 15:05:50 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-11-06 15:05:50 +0000
commit558b8ee7ff52183b2d70e67afaa2bc39be9f6a70 (patch)
treed56192e21f8e38e512ef29182691a4870ba316a3 /phpBB/install
parent75ccd0e13cea666fafe63a9bfb99b1513d7d1126 (diff)
downloadforums-558b8ee7ff52183b2d70e67afaa2bc39be9f6a70.tar
forums-558b8ee7ff52183b2d70e67afaa2bc39be9f6a70.tar.gz
forums-558b8ee7ff52183b2d70e67afaa2bc39be9f6a70.tar.bz2
forums-558b8ee7ff52183b2d70e67afaa2bc39be9f6a70.tar.xz
forums-558b8ee7ff52183b2d70e67afaa2bc39be9f6a70.zip
UCP -> Attachments
git-svn-id: file:///svn/phpbb/trunk@4652 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/schema_data.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 6c64666aa7..705ecb799a 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -383,6 +383,7 @@ INSERT INTO phpbb_modules (module_type, module_title, module_filename, module_or
INSERT INTO phpbb_modules (module_type, module_title, module_filename, module_order, module_enabled, module_subs, module_acl) VALUES ('ucp', 'PROFILE', 'profile', 2, 1, 'profile_info\r\nreg_details\r\nsignature\r\navatar', '');
INSERT INTO phpbb_modules (module_type, module_title, module_filename, module_order, module_enabled, module_subs, module_acl) VALUES ('ucp', 'PREFS', 'prefs', 3, 1, 'personal\r\nview\r\npost', '');
INSERT INTO phpbb_modules (module_type, module_title, module_filename, module_order, module_enabled, module_subs, module_acl) VALUES ('ucp', 'ZEBRA', 'zebra', 4, 1, 'friends\r\nfoes', '');
+INSERT INTO phpbb_modules (module_type, module_title, module_filename, module_order, module_enabled, module_subs, module_acl) VALUES ('ucp', 'ATTACHMENTS', 'attachments', 5, 1, '', 'u_attach');
# MSSQL IDENTITY phpbb_modules OFF #