aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_attachments.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-10-28 11:03:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-10-28 11:03:33 +0000
commit8130bcf44eb3644d699136b2bfc7fb6fbea3ed2e (patch)
tree6961293fddcc14e68f4d1affe940e98b46d8fdb4 /phpBB/includes/acp/acp_attachments.php
parent15195facc2387c3fac215f69592dad350dc734ed (diff)
downloadforums-8130bcf44eb3644d699136b2bfc7fb6fbea3ed2e.tar
forums-8130bcf44eb3644d699136b2bfc7fb6fbea3ed2e.tar.gz
forums-8130bcf44eb3644d699136b2bfc7fb6fbea3ed2e.tar.bz2
forums-8130bcf44eb3644d699136b2bfc7fb6fbea3ed2e.tar.xz
forums-8130bcf44eb3644d699136b2bfc7fb6fbea3ed2e.zip
test new mailing list rules
git-svn-id: file:///svn/phpbb/trunk@6533 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_attachments.php')
-rw-r--r--phpBB/includes/acp/acp_attachments.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php
index f9fe924b39..59694b294e 100644
--- a/phpBB/includes/acp/acp_attachments.php
+++ b/phpBB/includes/acp/acp_attachments.php
@@ -545,7 +545,6 @@ class acp_attachments
$group_id = request_var('g', 0);
$action = (isset($_POST['add'])) ? 'add' : $action;
-// $action = (($action == 'add' || $action == 'edit') && $submit && !sizeof($error)) ? 'show' : $action;
switch ($action)
{