--- votingapi.module Wed Jul 08 18:09:45 2009 +++ votingapiNew.module Thu May 06 21:50:22 2010 @@ -308,7 +308,7 @@ function votingapi_delete_results($vote_ */ function votingapi_select_votes($criteria = array(), $limit = 0) { $anon_window = variable_get('votingapi_anonymous_window', 3600); - if (!empty($criteria['vote_source']) && $anon_window > 0) { + if (!empty($criteria['vote_source']) && $anon_window >= 0) { $criteria['timestamp'] = time() - $anon_window; } $votes = array();