You are here

function location_views_filter_handler_user_proximity in Location 5.3

Same name and namespace in other branches
  1. 5 contrib/location_views/location_views.module \location_views_filter_handler_user_proximity()

Proximity filter Uses functions and queries created in location.inc and earth.inc and re-factors them to work in views

1 string reference to 'location_views_filter_handler_user_proximity'
location_views_tables in contrib/location_views/location_views.module
Implementation of hook_views_tables().

File

contrib/location_views/location_views.module, line 939
Views-enables the location module.

Code

function location_views_filter_handler_user_proximity($op, $filter, $filterinfo, &$query) {
  return location_views_filter_handler_proximity($op, $filter, $filterinfo, $query, 'user_location');
}