aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-02-14 12:38:06 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-02-14 12:38:06 +0000
commit95f11a38c0e5d4e1a84826e809d922e011cd3fa6 (patch)
tree20d1dffb34f7ccb98ba9696385022b9236157652 /phpBB/includes/constants.php
parent65ba4fe94e983bb02d61357470141e959d6412b2 (diff)
downloadforums-95f11a38c0e5d4e1a84826e809d922e011cd3fa6.tar
forums-95f11a38c0e5d4e1a84826e809d922e011cd3fa6.tar.gz
forums-95f11a38c0e5d4e1a84826e809d922e011cd3fa6.tar.bz2
forums-95f11a38c0e5d4e1a84826e809d922e011cd3fa6.tar.xz
forums-95f11a38c0e5d4e1a84826e809d922e011cd3fa6.zip
Cross ci, converter not updated. (as 3.1 schema won't fit any more)
git-svn-id: file:///svn/phpbb/trunk@8383 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index 8257f8a48e..eb4eb77f22 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -173,7 +173,7 @@ define('FIELD_DATE', 6);
// Additional constants
-define('VOTE_CONVERTED', 9999);
+define('VOTE_CONVERTED', 127);
// Table names
define('ACL_GROUPS_TABLE', $table_prefix . 'acl_groups');