? .svn
? alternative/.svn
? documentation/.svn
? documentation/voting_actions_examples/.svn
? po/.svn
Index: vote_up_down.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/vote_up_down/vote_up_down.module,v
retrieving revision 1.20
diff -u -p -r1.20 vote_up_down.module
--- vote_up_down.module	19 Nov 2007 07:32:27 -0000	1.20
+++ vote_up_down.module	4 Feb 2008 22:41:00 -0000
@@ -263,10 +263,16 @@ function vote_up_down_link($type, $node 
           );
         }
         if ($teaser && variable_get('vote_up_down_link_node', 0) && variable_get('vote_up_down_link_node', 0) != 2) {
-          $links['vote_up_down_points'] = theme('vote_up_down_points', $node->nid, $type, TRUE);
+          //$links['vote_up_down_points'] = theme('vote_up_down_points', $node->nid, $type, TRUE);
+          $links['vote_up_down_points'] = array(
+            
+          );
         }
         else if (!$teaser && variable_get('vote_up_down_link_node', 0) > 1) {
-          $links['vote_up_down_points'] = theme('vote_up_down_points', $node->nid, $type, TRUE);
+          //$links['vote_up_down_points'] = theme('vote_up_down_points', $node->nid, $type, TRUE);
+          $links['vote_up_down_points'] = array(
+            
+          );
         }
       }
       break;
@@ -280,7 +286,10 @@ function vote_up_down_link($type, $node 
         );
       }
       if (variable_get('vote_up_down_link_comment', 0) && user_access('view up-down vote')) {
-        $links['vote_up_down_points_c'] = theme('vote_up_down_points', $node->cid, $type, TRUE);
+        //$links['vote_up_down_points_c'] = theme('vote_up_down_points', $node->cid, $type, TRUE);
+        $links['vote_up_down_points_c'] = array(
+            
+          );
       }
       break;
   }
