function search_perm in Drupal 4
Same name and namespace in other branches
- 5 modules/search/search.module \search_perm()
- 6 modules/search/search.module \search_perm()
Implementation of hook_perm().
File
- modules/
search.module, line 127 - Enables site-wide keyword searching.
Code
function search_perm() {
return array(
'search content',
'administer search',
);
}