? vid_instead_nid.patch Index: location_views.module =================================================================== RCS file: /cvs/drupal/contributions/modules/location/contrib/location_views/location_views.module,v retrieving revision 1.6 diff -u -F^f -r1.6 location_views.module --- location_views.module 24 May 2006 20:42:17 -0000 1.6 +++ location_views.module 29 May 2006 22:57:46 -0000 @@ -112,7 +112,7 @@ function location_views_tables() { 'join' => array( 'left' => array( 'table' => 'node', - 'field' => 'nid' + 'field' => 'vid' ), 'right' => array( 'field' => 'oid'