You are here

function scanner_perm in Search and Replace Scanner 5.2

Same name and namespace in other branches
  1. 6 scanner.module \scanner_perm()

Implementation of hook_perm().

File

./scanner.module, line 122
Search and Replace Scanner - works on all nodes text content.

Code

function scanner_perm() {
  return array(
    'administer scanner settings',
    'perform search and replace',
  );
}