/[drupal]/contributions/modules/nodevote/nodevote.module
ViewVC logotype

Diff of /contributions/modules/nodevote/nodevote.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.31.2.1, Wed Oct 15 16:52:12 2008 UTC revision 1.31.2.2, Sun Jan 11 16:33:41 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  //$Id: nodevote.module,v 1.31 2008/07/13 14:18:25 kbahey Exp $  //$Id: nodevote.module,v 1.31.2.1 2008/10/15 16:52:12 kbahey Exp $
4    
5  // Copyright 2005 Khalid Baheyeldin http://2bits.com  // Copyright 2005 Khalid Baheyeldin http://2bits.com
6    
# Line 550  function _nodevote_validate_vote($vote) Line 550  function _nodevote_validate_vote($vote)
550    return FALSE;    return FALSE;
551  }  }
552    
553  function nodevote_userpoints($op, $points = 0, $uid = 0, $event = '') {  function nodevote_userpoints($op, $params = array()) {
554    switch($op) {    switch($op) {
555      case 'setting':      case 'setting':
556        $group = 'nodevote';        $group = 'nodevote';

Legend:
Removed from v.1.31.2.1  
changed lines
  Added in v.1.31.2.2

  ViewVC Help
Powered by ViewVC 1.1.2