function aggregator_perm

6.x aggregator.module aggregator_perm()

Implementation of hook_perm().

File

drupal-6.x/modules/aggregator/aggregator.module, line 279
Used to aggregate syndicated content (RSS, RDF, and Atom).

Code

function aggregator_perm() {
  return array('administer news feeds', 'access news feeds');
}