aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-03-12 23:30:44 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-03-12 23:30:44 +0000
commit939b9c28baf60b73dcd8d8daeec02e1f29d37acd (patch)
tree6a623eea58623701b2bea64768875fc15f8cb4a0 /phpBB/includes
parent9988679d567a8bba9bade92dd9524bb012a1fe43 (diff)
downloadforums-939b9c28baf60b73dcd8d8daeec02e1f29d37acd.tar
forums-939b9c28baf60b73dcd8d8daeec02e1f29d37acd.tar.gz
forums-939b9c28baf60b73dcd8d8daeec02e1f29d37acd.tar.bz2
forums-939b9c28baf60b73dcd8d8daeec02e1f29d37acd.tar.xz
forums-939b9c28baf60b73dcd8d8daeec02e1f29d37acd.zip
blah... not needed
git-svn-id: file:///svn/phpbb/trunk@5623 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/constants.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index de7deb679b..ea8e908fa5 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -97,10 +97,6 @@ define('FULL_FOLDER_NONE', -3);
define('FULL_FOLDER_DELETE', -2);
define('FULL_FOLDER_HOLD', -1);
-// Reason types
-define('REPORT_REASON_SPECIAL', 1);
-define('REPORT_REASON_NORMAL', 2);
-
// Download Modes - Attachments
define('INLINE_LINK', 1);
define('PHYSICAL_LINK', 2);