You are here

function location_search_search_access in Location 7.5

Same name and namespace in other branches
  1. 7.3 contrib/location_search/location_search.module \location_search_search_access()

Implements hook_search_access().

File

contrib/location_search/location_search.module, line 54
Location search interface.

Code

function location_search_search_access() {
  return user_access('access content');
}