function custom_search_perm in Custom Search 6
Implementation of hook_perm().
File
- ./
custom_search.module, line 87 - Bring customizations to the default search box
Code
function custom_search_perm() {
return array(
'administer custom search',
'use custom search',
);
}