function aggregator_perm
Implementation of hook_perm().
Archivo
- drupal-6.x/
modules/ aggregator/ aggregator.module, line 279 - Used to aggregate syndicated content (RSS, RDF, and Atom).
Código
function aggregator_perm() {
return array('administer news feeds', 'access news feeds');
}