diff options
author | Matthew Somerville <matthew@dracos.co.uk> | 2011-02-10 17:35:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@dracos.co.uk> | 2011-02-10 17:35:07 +0000 |
commit | 232e48e4b8acd80296daaa03f85ea661fd647625 (patch) | |
tree | 46817589ec6f6bcdf55925bf39a90741e760649f | |
parent | 0134e484e649b0d39c3bbe97eb963e8844525664 (diff) |
Short lat/lon enough here.
-rwxr-xr-x | web/index.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi index 62a882e6b..c9ff96a11 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -926,7 +926,7 @@ sub display_location { my $url_skip = NewURL($q, -retain=>1, pc => undef, x => undef, 'y' => undef, - latitude => $latitude, longitude => $longitude, + latitude => $short_lat, longitude => $short_lon, 'submit_map'=>1, skipped=>1 ); my $pc_h = ent($q->param('pc') || ''); |