You are here

function scald_index_permission in scald_index 7

Implements hook_permission().

File

./scald_index.module, line 65

Code

function scald_index_permission() {
  return array(
    'administer scald index' => array(
      'title' => t('Administer Scald Index'),
      'description' => t('Perform administration tasks for Scald Index.'),
    ),
  );
}