aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_attachments.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-04-15 18:51:00 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-04-15 18:51:00 +0000
commit72c4282f9a9321781ea1b80d388d3bc75826bfcb (patch)
tree9e414ecacca0200aa78ed3bcdd81352a9f07d4b0 /phpBB/includes/acp/acp_attachments.php
parentea71c3046de2ceb9427dab80755bee0db03938d5 (diff)
downloadforums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar
forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar.gz
forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar.bz2
forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.tar.xz
forums-72c4282f9a9321781ea1b80d388d3bc75826bfcb.zip
slightly modified general tab layout to remove the confusion between board defaults and board settings.
git-svn-id: file:///svn/phpbb/trunk@5787 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_attachments.php')
-rw-r--r--phpBB/includes/acp/acp_attachments.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php
index 8c2e043602..f6bf579ee5 100644
--- a/phpBB/includes/acp/acp_attachments.php
+++ b/phpBB/includes/acp/acp_attachments.php
@@ -168,6 +168,8 @@ class acp_attachments
'UPLOAD_PATH' => $new['upload_path'],
'DISPLAY_ORDER' => $new['display_order'],
'ATTACHMENT_QUOTA' => $new['attachment_quota'],
+ 'ALLOW_ATTACHMENTS' => $new['allow_attachments'],
+ 'ALLOW_PM_ATTACH' => $new['allow_pm_attach'],
'MAX_FILESIZE' => $new['max_filesize'],
'MAX_PM_FILESIZE' => $new['max_filesize_pm'],
'MAX_ATTACHMENTS' => $new['max_attachments'],