After users started screaming "Hey, my vote changed after the import!", I took a look and saw that they're right.
Looking at the UBB poll format, the index of the poll questions are a 0-based array. The importer seems to assume they're in a 1-based array. (Each user shows up as having voted for the option 1 lower on the list than they actually voted for.)
I assume its too late for me to fix it without re-importing (or is it?), but hopefully this can be fixed for the next lucky guy.
Looking at the UBB poll format, the index of the poll questions are a 0-based array. The importer seems to assume they're in a 1-based array. (Each user shows up as having voted for the option 1 lower on the list than they actually voted for.)
I assume its too late for me to fix it without re-importing (or is it?), but hopefully this can be fixed for the next lucky guy.

Comment