aboutsummaryrefslogtreecommitdiffstats
path: root/web/ajax.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'web/ajax.cgi')
-rwxr-xr-xweb/ajax.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/ajax.cgi b/web/ajax.cgi
index 0a79fee6c..b7adb177a 100755
--- a/web/ajax.cgi
+++ b/web/ajax.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: ajax.cgi,v 1.4 2008-10-09 14:20:54 matthew Exp $
+# $Id: ajax.cgi,v 1.5 2008-10-17 18:55:16 matthew Exp $
use strict;
use Standard;
@@ -31,7 +31,7 @@ sub main {
$sx ||= 0; $sx += 0;
$sy ||= 0; $sy += 0;
- my ($pins, $on_map, $around_map, $dist) = Page::map_pins($q, $x, $y, $sx, $sy);
+ my ($pins, $on_map, $around_map, $dist) = Page::map_pins($q, $x, $y, $sx, $sy, '6 months');
my $list = '';
foreach (@$on_map) {