From 70b20a98f756c0bd3081d5de92997776ae39d6ce Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sat, 4 Mar 2006 13:50:52 +0000 Subject: Reporting system revised. Needs some major cleanup and is missig some functionality (assign report, some overviews, decent notifications) but the basics are there. More after the weekend :) git-svn-id: file:///svn/phpbb/trunk@5601 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/includes/constants.php') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 474ca978e9..82eb84d9b6 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -83,6 +83,10 @@ define('PRIVMSGS_OUTBOX', -2); define('PRIVMSGS_SENTBOX', -1); define('PRIVMSGS_INBOX', 0); +// Report Types +define('REPORT_POST', 1); +define('REPORT_GENERAL', 2); + // Full Folder Actions define('FULL_FOLDER_NONE', -3); define('FULL_FOLDER_DELETE', -2); -- cgit v1.2.1