aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorMáté Bartus <mate.bartus@gmail.com>2016-04-06 21:01:41 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-06 21:26:55 +0200
commit7a831c3e2844c94feb5fea2a4710816c5024623a (patch)
tree23d6ec523133fb34bbd375411112af10f2fba8db /phpBB/includes/constants.php
parent61bdccbfd804c6638e977d250f6e9a0f30aa5f98 (diff)
downloadforums-7a831c3e2844c94feb5fea2a4710816c5024623a.tar
forums-7a831c3e2844c94feb5fea2a4710816c5024623a.tar.gz
forums-7a831c3e2844c94feb5fea2a4710816c5024623a.tar.bz2
forums-7a831c3e2844c94feb5fea2a4710816c5024623a.tar.xz
forums-7a831c3e2844c94feb5fea2a4710816c5024623a.zip
[ticket/14548] Move deprecated globals and functions
PHPBB3-14584
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 89d056f2e1..041f4c5022 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -171,11 +171,8 @@ define('CONFIRM_REPORT', 4);
// Categories - Attachments
define('ATTACHMENT_CATEGORY_NONE', 0);
define('ATTACHMENT_CATEGORY_IMAGE', 1); // Inline Images
-define('ATTACHMENT_CATEGORY_WM', 2); // Windows Media Files - Streaming - @deprecated 3.2
-define('ATTACHMENT_CATEGORY_RM', 3); // Real Media Files - Streaming - @deprecated 3.2
define('ATTACHMENT_CATEGORY_THUMB', 4); // Not used within the database, only while displaying posts
define('ATTACHMENT_CATEGORY_FLASH', 5); // Flash/SWF files
-define('ATTACHMENT_CATEGORY_QUICKTIME', 6); // Quicktime/Mov files - @deprecated 3.2
// BBCode UID length
define('BBCODE_UID_LEN', 8);