--- /tmp/user_karma.module	2008-04-17 14:52:05.000000000 +0300
+++ user_karma.module	2008-07-01 15:50:48.000000000 +0300
@@ -445,7 +445,7 @@ function user_karma_cron() {
 /**
  * This is the hook that intercept a vote - insert
  */
-function user_karma_give_vote_votingapi_insert($v) {
+function user_karma_votingapi_insert($v) {
   if($v->value_type != 'karma_points'){
     user_karma_msg("hook_insert");
     $value = $v->value;
@@ -456,7 +456,7 @@ function user_karma_give_vote_votingapi_
 /**
  * This is the hook that intercept a vote - update
  */
-function user_karma_give_vote_votingapi_update($v, $value) {
+function user_karma_votingapi_update($v, $value) {
   if($v->value_type != 'karma_points'){
     user_karma_msg("hook_update");
     module_invoke_all('user_karma_vote_cast','update', $v, $value);
@@ -466,7 +466,7 @@ function user_karma_give_vote_votingapi_
 /**
  * This is the hook that intercept a vote - delete
  */
-function  user_karma_give_vote_votingapi_delete($v){
+function  user_karma_votingapi_delete($v){
   if($v->value_type != 'karma_points'){
     user_karma_msg("hook_delete");
     module_invoke_all('user_karma_vote_cast','delete', $v, $value);
