You are here

function watchdog_prune_permission in Watchdog Prune 7

Implements hook_permission

File

./watchdog_prune.module, line 32
This is the main module file for watchdog_prune.

Code

function watchdog_prune_permission() {
  return array(
    'administer watchdog_prune' => array(
      'title' => t('Administer watchdog prune module'),
    ),
  );
}