statistics_perm
- Versions
- 4.6 – 6
statistics_perm()
Implementation of hook_perm().
Code
modules/statistics.module, line 85
<?php
function statistics_perm() {
return array('access statistics');
}
?>Login or register to post comments statistics_perm()Implementation of hook_perm().
modules/statistics.module, line 85
<?php
function statistics_perm() {
return array('access statistics');
}
?>Login or register to post comments