function statistics_perm in Drupal 5
Same name and namespace in other branches
- 4 modules/statistics.module \statistics_perm()
- 6 modules/statistics/statistics.module \statistics_perm()
Implementation of hook_perm().
File
- modules/
statistics/ statistics.module, line 77 - Logs access statistics for your site.
Code
function statistics_perm() {
return array(
'access statistics',
'view post access counter',
);
}