function scanner_perm in Search and Replace Scanner 6
Same name and namespace in other branches
- 5.2 scanner.module \scanner_perm()
Implementation of hook_perm().
File
- ./scanner.module, line 143 
- Search and Replace Scanner - works on all nodes text content.
Code
function scanner_perm() {
  return array(
    'administer scanner settings',
    'perform search and replace',
  );
}