aggregator_perm

Definition

aggregator_perm()
aggregator/aggregator.module, line 230

Description

Implementation of hook_perm().

Code

<?php
function aggregator_perm() {
  return array('administer news feeds', 'access news feeds');
}
?>