aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2004-02-11 18:28:24 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2004-02-11 18:28:24 +0000
commit67755abf252f38dea557485de7d72e6d29320a8a (patch)
treedb0cd9046d498c9e35ac4989f217d581578d52b7 /phpBB/common.php
parentf72d117ce56e4c348c220501a8c9153dadc3fbfd (diff)
downloadforums-67755abf252f38dea557485de7d72e6d29320a8a.tar
forums-67755abf252f38dea557485de7d72e6d29320a8a.tar.gz
forums-67755abf252f38dea557485de7d72e6d29320a8a.tar.bz2
forums-67755abf252f38dea557485de7d72e6d29320a8a.tar.xz
forums-67755abf252f38dea557485de7d72e6d29320a8a.zip
Profile, prefs, feedback
git-svn-id: file:///svn/phpbb/trunk@4827 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 754183b025..ffac022403 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -125,6 +125,7 @@ define('MAIL_HIGH_PRIORITY', 2);
define('LOG_ADMIN', 0);
define('LOG_MOD', 1);
define('LOG_CRITICAL', 2);
+define('LOG_USERS', 3);
// Private messaging
define('PRIVMSGS_READ_MAIL', 0);