aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 18e92d70c0..8257f8a48e 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -19,10 +19,14 @@ if (!defined('IN_PHPBB'))
/**
* valid external constants:
* PHPBB_MSG_HANDLER
+* PHPBB_DB_NEW_LINK
* PHPBB_ROOT_PATH
* PHPBB_ADMIN_PATH
*/
+// QA-related
+// define('PHPBB_QA', 1);
+
// User related
define('ANONYMOUS', 1);
@@ -169,7 +173,7 @@ define('FIELD_DATE', 6);
// Additional constants
-
+define('VOTE_CONVERTED', 9999);
// Table names
define('ACL_GROUPS_TABLE', $table_prefix . 'acl_groups');