From 5c0fca1b603a5e7c494126837508e25609874a46 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 3 Jul 2001 00:34:15 +0000 Subject: [PATCH] Update for messages.php git-svn-id: file:///svn/phpbb/trunk@542 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 5 +++-- 1 file 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);