diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-10-29 13:39:34 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-10-29 13:39:34 +0000 |
commit | 04ebbeca3fa00b3f11493c68d393405aeb90ed09 (patch) | |
tree | 6932cdbc1a7e0ad1ef7f1e4e5fb2b7e907b262e8 /phpBB/install | |
parent | 2adef2c45775bc1eb957cbfd3825eff743568b92 (diff) | |
download | forums-04ebbeca3fa00b3f11493c68d393405aeb90ed09.tar forums-04ebbeca3fa00b3f11493c68d393405aeb90ed09.tar.gz forums-04ebbeca3fa00b3f11493c68d393405aeb90ed09.tar.bz2 forums-04ebbeca3fa00b3f11493c68d393405aeb90ed09.tar.xz forums-04ebbeca3fa00b3f11493c68d393405aeb90ed09.zip |
'1' might not have been a good choice
git-svn-id: file:///svn/phpbb/trunk@8216 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/convertors/convert_phpbb20.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index 91a9951e90..cb26833212 100644 --- a/phpBB/install/convertors/convert_phpbb20.php +++ b/phpBB/install/convertors/convert_phpbb20.php @@ -571,7 +571,7 @@ if (!$get_info) 'primary' => 'vote_desc.topic_id', 'query_first' => array('target', $convert->truncate_statement . POLL_VOTES_TABLE), - array('poll_option_id', 1, ''), + array('poll_option_id', VOTE_CONVERTED, ''), array('topic_id', 'vote_desc.topic_id', ''), array('vote_user_id', 'vote_voters.vote_user_id', 'phpbb_user_id'), array('vote_user_ip', 'vote_voters.vote_user_ip', 'decode_ip'), |