Closed (fixed)
Project:
GMap Module
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2008 at 16:09 UTC
Updated:
10 Jul 2008 at 17:05 UTC
Hi,
Great module. Just thought I'd let you know I spent about an hour trying to figure out why map/users wasn't turning up anything.
Then I searched the code and found out it's actually map/user.
There are a few instances in the module where it refers to the map as at map/users, like here:
$form['user']['gmap_user_map'] = array(
'#type' => 'fieldset',
'#title' => t('User Map (<em>map/users</em>)'),
'#tree' => TRUE,
);
$form['user']['gmap_user_map']['macro'] = array(
'#type' => 'textfield',
'#title' => t('Macro'),
'#default_value' => $temp['macro'],
'#size' => 50,
'#maxlength' => 500,
'#description' => t('The gmap macro where the user information will be diplayed on.'),
);
$form['user']['gmap_user_map']['header'] = array(
'#type' => 'textarea',
'#title' => t('Page header'),
'#description' => t('Text at the top of the user map.', array('@url' => url('map/users'))),
'#default_value' => $temp['header'],
'#cols' => 50,
'#rows' => 6,
Cheers
Comments
Comment #1
bdragon commentedFixed in http://drupal.org/cvs?commit=123700.
Thanks!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.