Index: location.views.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/location/location.views.inc,v retrieving revision 1.16 diff -u -p -r1.16 location.views.inc --- location.views.inc 3 Dec 2008 22:51:23 -0000 1.16 +++ location.views.inc 16 Oct 2009 20:07:21 -0000 @@ -51,6 +51,9 @@ function location_views_handlers() { 'location_handler_argument_location_province' => array( 'parent' => 'views_handler_argument', ), + 'location_handler_argument_location_distance' => array( + 'parent' => 'views_handler_argument', + ), 'location_handler_field_location_address' => array( 'parent' => 'views_handler_field', ), @@ -66,6 +69,7 @@ function location_views_handlers() { 'location_handler_sort_location_distance' => array( 'parent' => 'views_handler_sort', ), + // 'location_handler_relationship_location_distance' => array( // 'parent' => 'views_handler_relationship', // ), @@ -303,6 +307,9 @@ function location_views_data() { 'sort' => array( 'handler' => 'location_handler_sort_location_distance', ), + 'argument' => array( + 'handler' => 'location_handler_argument_location_distance', + ), 'filter' => array( 'handler' => 'location_views_handler_filter_proximity', ),