function mostpopular_perm in Drupal Most Popular 6
Implements hook_perm().
File
- ./
mostpopular.module, line 21
Code
function mostpopular_perm() {
return array(
'administer mostpopular',
);
}
Implements hook_perm().
function mostpopular_perm() {
return array(
'administer mostpopular',
);
}