diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 80df22dbe6..07f66193a5 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -89,6 +89,7 @@ define('PRIVMSGS_NEW_MAIL', 1); define('PRIVMSGS_SENT_MAIL', 2); define('PRIVMSGS_SAVED_IN_MAIL', 3); define('PRIVMSGS_SAVED_OUT_MAIL', 4); +define('PRIVMSGS_UNREAD_MAIL', 5); // URL PARAMETERS |