diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-03 00:34:15 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-07-03 00:34:15 +0000 |
commit | 5c0fca1b603a5e7c494126837508e25609874a46 (patch) | |
tree | 929ffe9158181a8ebbb3b25be5f07926daaaa18b /phpBB | |
parent | 36411723ad1622009257b40bbaac406a81ca0e67 (diff) | |
download | forums-5c0fca1b603a5e7c494126837508e25609874a46.tar forums-5c0fca1b603a5e7c494126837508e25609874a46.tar.gz forums-5c0fca1b603a5e7c494126837508e25609874a46.tar.bz2 forums-5c0fca1b603a5e7c494126837508e25609874a46.tar.xz forums-5c0fca1b603a5e7c494126837508e25609874a46.zip |
Update for messages.php
git-svn-id: file:///svn/phpbb/trunk@542 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/constants.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 46f9d4e602..935ed37771 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -27,8 +27,8 @@ // // Debug Level -define(DEBUG, 1); // Debugging on -//define(DEBUG, 0); // Debugging off +//define(DEBUG, 1); // Debugging on +define(DEBUG, 0); // Debugging off // User Levels <- Do not change the values of USER or ADMIN define(DELETED, -1); @@ -61,6 +61,7 @@ define(SESSION_CREATE, 4); define(NO_TOPICS, 5); define(GENERAL_ERROR, 6); define(LOGIN_FAILED, 7); +define(GENERAL_MESSAGE, 10); // Private messaging define(PRIVMSGS_READ_MAIL, 0); |