--- sites/all/modules/contrib/drupalit/drupalit.module-orig	2008-09-18 13:54:53.000000000 -0400
+++ sites/all/modules/contrib/drupalit/drupalit.module	2008-09-18 13:54:45.000000000 -0400
@@ -320,6 +320,7 @@ function drupalit_count_vote($nid, $ajax
         return;
       }
     }
+    module_invoke_all('drupalit', $nid, $data);
     if ($data['votes'] == 0) {
       $votes = $data['votes'] + $data['vote_power'];
       db_query("INSERT INTO {drupalit_votes} (nid, votes, last_vote, first_vote, daily_votes, daily_first_vote, weekly_votes, weekly_first_vote, monthly_votes, monthly_first_vote) VALUES (%d, %d, %d, %d, %d, %d, %d, %d, %d, %d)", $nid, $votes, time(), time(), $votes, time(), $votes, time(), $votes, time());
