aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.cgi')
-rwxr-xr-xweb/index.cgi15
1 files changed, 11 insertions, 4 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 186393f96..14d4177ac 100755
--- a/web/index.cgi
+++ b/web/index.cgi
@@ -943,11 +943,18 @@ sub display_location {
map { Utils::truncate_coordinate($_) } #
( $latitude, $longitude );
- my $url_skip = NewURL($q, -retain=>1,
- x => undef, 'y' => undef,
- latitude => $short_lat, longitude => $short_lon,
- 'submit_map'=>1, skipped=>1
+ my $url_skip = NewURL(
+ $q,
+ -url => '/report/new',
+ -retain => 1,
+ x => undef,
+ y => undef,
+ latitude => $short_lat,
+ longitude => $short_lon,
+ submit_map => 1,
+ skipped => 1
);
+
my $pc_h = ent($q->param('pc') || '');
my $rss_url;