diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-28 11:03:33 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-10-28 11:03:33 +0000 |
commit | 8130bcf44eb3644d699136b2bfc7fb6fbea3ed2e (patch) | |
tree | 6961293fddcc14e68f4d1affe940e98b46d8fdb4 /phpBB/includes/acp/acp_attachments.php | |
parent | 15195facc2387c3fac215f69592dad350dc734ed (diff) | |
download | forums-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.php | 1 |
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) { |