function resource_perm in D7 Media 6
Implements hook_perm().
File
- resource/
resource.module, line 48 - Resource API for Drupal, a replacement for files.
Code
function resource_perm() {
return array(
'administer resources',
);
}
Implements hook_perm().
function resource_perm() {
return array(
'administer resources',
);
}