aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/convertors/functions_phpbb20.php
diff options
context:
space:
mode:
authorRubén Calvo <rubencm@gmail.com>2018-05-08 14:30:32 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-09 18:53:46 +0200
commit65b0698ef703cef92723cc5f5adb08989179a47d (patch)
tree04f8a06193c327a36c4dc8fa1264a3f5fdc36b8c /phpBB/install/convertors/functions_phpbb20.php
parent9e3141d9d3a26ed84a08730b3a36b6e75317b7e1 (diff)
downloadforums-65b0698ef703cef92723cc5f5adb08989179a47d.tar
forums-65b0698ef703cef92723cc5f5adb08989179a47d.tar.gz
forums-65b0698ef703cef92723cc5f5adb08989179a47d.tar.bz2
forums-65b0698ef703cef92723cc5f5adb08989179a47d.tar.xz
forums-65b0698ef703cef92723cc5f5adb08989179a47d.zip
[ticket/15663] Remove flash attachments support
PHPBB3-15663
Diffstat (limited to 'phpBB/install/convertors/functions_phpbb20.php')
-rw-r--r--phpBB/install/convertors/functions_phpbb20.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/install/convertors/functions_phpbb20.php b/phpBB/install/convertors/functions_phpbb20.php
index 2da901d3de..69dc7bb4bc 100644
--- a/phpBB/install/convertors/functions_phpbb20.php
+++ b/phpBB/install/convertors/functions_phpbb20.php
@@ -1399,10 +1399,6 @@ function phpbb_attachment_category($cat_id)
case 2:
return ATTACHMENT_CATEGORY_WM;
break;
-
- case 3:
- return ATTACHMENT_CATEGORY_FLASH;
- break;
}
return ATTACHMENT_CATEGORY_NONE;