You are here

function download_count_statistics_perm in Download Count 6.2

Implementation of hook_perm().

File

./download_count_statistics.module, line 30
Provides statistics for download_count module data.

Code

function download_count_statistics_perm() {
  $perms = array(
    'view download count statistics',
  );
  return $perms;
}