Closed (fixed)
Project:
Decisions
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2010 at 03:56 UTC
Updated:
9 Mar 2010 at 19:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
ezra-g commentedI added a similar function to selection.module as part of asynchronous voting, but there's no reason it can't be used by other voting modes. So, this patch is applied and now we have decisions_get_votes() and decisions_get_results().
Comment #2
ezra-g commentedI committed an additional change to decisions_get_votes() so that it includes the uid in the vote criteria for anonymous and authenticated voters so that anons can vote after an authenticated user logs out on the same machine.