You are here

function voting_rules_votingapi_insert in Voting Rules 7

Same name and namespace in other branches
  1. 6 voting_rules.module \voting_rules_votingapi_insert()

Implements hook_votingapi_insert().

File

./voting_rules.module, line 16
Voting Rules module.

Code

function voting_rules_votingapi_insert($votes) {
  _voting_rules_votingapi_op($votes, 'insert');
}