aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-06-12 00:38:59 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-06-12 00:38:59 +0000
commit89f08f53cb39857cff059a730eedee480766342f (patch)
treea2da8865c0e56657bfc32a76524d8f160aedf068 /phpBB/includes
parentaa1a6bdd24eb270f50cc5f71a1ecde55c46f9a2d (diff)
downloadforums-89f08f53cb39857cff059a730eedee480766342f.tar
forums-89f08f53cb39857cff059a730eedee480766342f.tar.gz
forums-89f08f53cb39857cff059a730eedee480766342f.tar.bz2
forums-89f08f53cb39857cff059a730eedee480766342f.tar.xz
forums-89f08f53cb39857cff059a730eedee480766342f.zip
Latest mods
git-svn-id: file:///svn/phpbb/trunk@476 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/constants.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 265d4794b6..3614586e31 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -67,6 +67,7 @@ define(LOGIN_FAILED, 7);
define(PRIVMSGS_READ_MAIL, 0);
define(PRIVMSGS_NEW_MAIL, 1);
define(PRIVMSGS_SENT_MAIL, 2);
+define(PRIVMSGS_SAVED_MAIL, 3);
// URL PARAMETERS
define(POST_TOPIC_URL, 't');