aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-03-06 01:13:44 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-03-06 01:13:44 +0000
commitafdff15fb9b99bec40e437e5071c934d7c70f1e5 (patch)
tree781fc23cf96068d72c10fde861b2a58ea8d6b426 /phpBB/common.php
parent7132f97d0a09220f31e3bb81accaf91c21702cbb (diff)
downloadforums-afdff15fb9b99bec40e437e5071c934d7c70f1e5.tar
forums-afdff15fb9b99bec40e437e5071c934d7c70f1e5.tar.gz
forums-afdff15fb9b99bec40e437e5071c934d7c70f1e5.tar.bz2
forums-afdff15fb9b99bec40e437e5071c934d7c70f1e5.tar.xz
forums-afdff15fb9b99bec40e437e5071c934d7c70f1e5.zip
Implementing post reporting
git-svn-id: file:///svn/phpbb/trunk@3601 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 4ae0e2fc9c..89a3fb053f 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -130,6 +130,8 @@ define('PRIVMSGS_TABLE', $table_prefix.'privmsgs');
define('PRIVMSGS_TEXT_TABLE', $table_prefix.'privmsgs_text');
define('RANKS_TABLE', $table_prefix.'ranks');
define('RATINGS_TABLE', $table_prefix.'ratings');
+define('REPORTS_TABLE', $table_prefix.'reports');
+define('REASONS_TABLE', $table_prefix.'reports_reasons');
define('SEARCH_TABLE', $table_prefix.'search_results');
define('SEARCH_WORD_TABLE', $table_prefix.'search_wordlist');
define('SEARCH_MATCH_TABLE', $table_prefix.'search_wordmatch');