function voting_rules_votingapi_delete in Voting Rules 7
Same name and namespace in other branches
- 6 voting_rules.module \voting_rules_votingapi_delete()
Implements hook_votingapi_results().
File
- ./
voting_rules.module, line 23 - Voting Rules module.
Code
function voting_rules_votingapi_delete($votes) {
_voting_rules_votingapi_op($votes, 'delete');
}