From 04ebbeca3fa00b3f11493c68d393405aeb90ed09 Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Mon, 29 Oct 2007 13:39:34 +0000 Subject: '1' might not have been a good choice git-svn-id: file:///svn/phpbb/trunk@8216 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/constants.php') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 18e92d70c0..c3bb2aa468 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -169,7 +169,7 @@ define('FIELD_DATE', 6); // Additional constants - +define('VOTE_CONVERTED', 9999); // Table names define('ACL_GROUPS_TABLE', $table_prefix . 'acl_groups'); -- cgit v1.2.1