function term_search_search_access in Term Search 7
Implements hook_search_access().
File
- ./
term_search.module, line 30 - Functions to index and search taxonomy terms.
Code
function term_search_search_access() {
return user_access('access content');
}