Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function mymodule_votingapi_select_results(){
  2. $points_threshold = 8;
  3. $votecount = 4;
  4.  
  5. if ($points_threshold >= $votecount){
  6. $results = votingapi_select_results(array('content_type' => 'node', 'content_id' => $node->nid));
  7. }
  8. dsm($results);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement