Index: modules/statistics.module =================================================================== RCS file: /cvs/drupal/drupal/modules/statistics.module,v retrieving revision 1.182 diff -u -r1.182 statistics.module --- modules/statistics.module 19 Jan 2005 12:01:35 -0000 1.182 +++ modules/statistics.module 21 Jan 2005 16:40:16 -0000 @@ -96,7 +96,7 @@ $links = array(); - if ($type != 'comment' && variable_get('statistics_display_counter', 0)) { + if ($type != 'comment' && variable_get('statistics_display_counter', 0) && array('access statistics')) { $statistics = statistics_get($node->nid); if ($statistics) { $links[] = format_plural($statistics['totalcount'], '1 read', '%count reads');