Index: gmap_location.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/gmap/gmap_location.module,v retrieving revision 1.36 diff -u -r1.36 gmap_location.module --- gmap_location.module 18 Sep 2008 18:25:46 -0000 1.36 +++ gmap_location.module 28 Sep 2008 11:35:18 -0000 @@ -77,7 +77,7 @@ 'access arguments' => array('show node map'), 'page callback' => 'gmap_location_node_page', ); - $items['map/node/load/%node/%'] = array( + $items['map/node/load/%node'] = array( 'type' => MENU_CALLBACK, 'access arguments' => array('show node map'), 'page callback' => 'gmap_location_node_point',