diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-08-02 12:50:18 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-08-02 12:50:18 +0100 |
commit | 587d83c837c8f1c5d35dc86a92e8344e561a65d5 (patch) | |
tree | 74f22e2727a318092f396779c5d63d0fcf1cf452 /web/index.cgi | |
parent | feb2d9f8e975565a6c3e69c74e46e70572045144 (diff) |
Local alerts store E/N, not tile numbers.
Diffstat (limited to 'web/index.cgi')
-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 b2fa73c68..a3ac1296c 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -867,7 +867,7 @@ sub display_location { map_end => Page::display_map_end(1), url_home => Cobrand::url($cobrand, '/', $q), url_rss => Cobrand::url($cobrand, NewURL($q, -retain => 1, -url=> "/rss/n/$easting,$northing", pc => undef, x => undef, 'y' => undef), $q), - url_email => Cobrand::url($cobrand, NewURL($q, -retain => 1, pc => undef, -url=>'/alert', x=>$x, 'y'=>$y, feed=>"local:$x:$y"), $q), + url_email => Cobrand::url($cobrand, NewURL($q, -retain => 1, pc => undef, -url=>'/alert', x=>$x, 'y'=>$y, feed=>"local:$easting:$northing"), $q), url_skip => $url_skip, email_me => _('Email me new local problems'), rss_alt => _('RSS feed'), |