You are here

function activesearch_perm in Javascript Tools 5

Implementation of hook_perm().

File

activesearch/activesearch.module, line 38

Code

function activesearch_perm() {
  return array(
    'search via ajax',
  );
}