? .advpoll.module.swp
? poll_access_votes.patch
Index: advpoll.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advpoll/advpoll.module,v
retrieving revision 1.21.2.88.2.23
diff -u -p -r1.21.2.88.2.23 advpoll.module
--- advpoll.module	30 May 2009 17:16:40 -0000	1.21.2.88.2.23
+++ advpoll.module	27 Mar 2010 15:13:23 -0000
@@ -1026,7 +1026,7 @@ function advpoll_votes_page($node) {
 
   drupal_set_title(check_plain($node->title));
 
-  if ($node->show_votes) {
+  if ($node->show_votes || user_access('administer polls')) {
     $output = t('This table lists all the recorded votes for this poll. If anonymous users are allowed to vote, they will be identified by the IP address of the computer they used when they voted.');
 
     $header[] = array('data' => t('Visitor'), 'field' => 'u.name');
